diff --git a/charts/pv-resizer/v0.1.0/templates/cronjob.yaml b/charts/pv-resizer/v0.1.0/templates/cronjob.yaml index 5b653dc..79692d4 100644 --- a/charts/pv-resizer/v0.1.0/templates/cronjob.yaml +++ b/charts/pv-resizer/v0.1.0/templates/cronjob.yaml @@ -15,6 +15,7 @@ spec: labels: {{- include "pv-resizer.selectorLabels" . | nindent 12 }} spec: + serviceAccountName: {{ include "pv-resizer.serviceAccountName" . }} {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 12 }}