diff --git a/charts/timetagger/templates/deployment.yaml b/charts/timetagger/templates/deployment.yaml index 909de36..4890022 100644 --- a/charts/timetagger/templates/deployment.yaml +++ b/charts/timetagger/templates/deployment.yaml @@ -49,7 +49,7 @@ spec: mountPath: /root/_timetagger envFrom: - secretRef: - name: {{ include "timetagger.fullname" . }} + name: {{ include "timetagger.fullname" . }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }}