From 17f676430995e38e4e8544a23aad59abf441a69f Mon Sep 17 00:00:00 2001 From: Stefan Prodan Date: Sun, 18 Nov 2018 19:22:07 +0200 Subject: [PATCH] Test invalid service account --- charts/ghost/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/ghost/templates/deployment.yaml b/charts/ghost/templates/deployment.yaml index 955d4fb..f39244d 100755 --- a/charts/ghost/templates/deployment.yaml +++ b/charts/ghost/templates/deployment.yaml @@ -15,6 +15,7 @@ spec: labels: app: {{ template "ghost.fullname" . }} spec: + serviceAccount: testpurge initContainers: - name: volume-permissions image: "{{ .Values.volumePermissions.image.name }}:{{ .Values.volumePermissions.image.tag }}"