diff --git a/charts/spliit/templates/deployment.yaml b/charts/spliit/templates/deployment.yaml index 113e58b..3729d4c 100644 --- a/charts/spliit/templates/deployment.yaml +++ b/charts/spliit/templates/deployment.yaml @@ -47,7 +47,7 @@ spec: {{- toYaml .Values.resources | nindent 12 }} envFrom: - secretRef: - name: {{ include "spliit.fullname" . }} + name: {{ include "spliit.fullname" . }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}