From 2817591b96a1911626a55af66f0bd7e95664803a Mon Sep 17 00:00:00 2001 From: Alex Manning Date: Sun, 16 Apr 2023 21:50:05 +0100 Subject: [PATCH] Correct secretRef. --- charts/timetagger/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}