We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea40c4c commit dc859ecCopy full SHA for dc859ec
stable/app/Chart.yaml
@@ -15,4 +15,4 @@ type: application
15
# This is the chart version. This version number should be incremented each time you make changes
16
# to the chart and its templates, including the app version.
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
-version: 0.7.0
+version: 0.7.1
stable/app/templates/cron.yaml
@@ -35,6 +35,9 @@ spec:
35
- secretRef:
36
name: {{ $fullName }}
37
restartPolicy: {{ $job.restartPolicy }}
38
+ {{- if $.Values.serviceAccount.enabled }}
39
+ serviceAccountName: {{ include "app.fullname" $ }}
40
+ {{- end }}
41
---
42
{{- end -}}
-{{- end -}}
43
+{{- end -}}
0 commit comments