From 61276912180172094c1382bf580e905a52676443 Mon Sep 17 00:00:00 2001 From: Fabio Rauber Date: Wed, 27 Apr 2022 08:52:31 -0300 Subject: [PATCH] Add missing serviceAccountName to cronjob --- charts/pv-resizer/v0.1.0/templates/cronjob.yaml | 1 + 1 file changed, 1 insertion(+) 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 }}