feat(helm-chart): repair usage of resources key

This commit is contained in:
Tchoupinax
2023-10-27 20:42:35 +02:00
parent 4792e752c2
commit 2585d50b29

View File

@@ -44,9 +44,9 @@ spec:
envFrom:
- secretRef:
name: {{ $backend.kubeSecretRef | default (include "infisical.backend.fullname" .) }}
# {{- if $backend.resources }}
# resources: {{- toYaml $backend.resources | nindent 12 }}
# {{- end }}
{{- if $backend.resources }}
resources: {{- toYaml $backend.resources | nindent 12 }}
{{- end }}
---
apiVersion: v1