Correct secretRef.
All checks were successful
ci/woodpecker/push/timetagger Pipeline was successful

This commit is contained in:
Alex Manning 2023-04-16 21:50:05 +01:00
parent 09772d42db
commit 2817591b96

View file

@ -49,7 +49,7 @@ spec:
mountPath: /root/_timetagger mountPath: /root/_timetagger
envFrom: envFrom:
- secretRef: - secretRef:
name: {{ include "timetagger.fullname" . }} name: {{ include "timetagger.fullname" . }}
{{- with .Values.nodeSelector }} {{- with .Values.nodeSelector }}
nodeSelector: nodeSelector:
{{- toYaml . | nindent 8 }} {{- toYaml . | nindent 8 }}