From 05632f4de97d42bd83667eacbbbd79c16a2a08c8 Mon Sep 17 00:00:00 2001 From: Pierre Bastianelli Date: Wed, 7 Aug 2024 15:01:11 -0700 Subject: [PATCH] chore: adding default service account to deployment --- chart/cas-cif/templates/app-deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/chart/cas-cif/templates/app-deployment.yaml b/chart/cas-cif/templates/app-deployment.yaml index 5f6a7cb917..c71df1ad36 100644 --- a/chart/cas-cif/templates/app-deployment.yaml +++ b/chart/cas-cif/templates/app-deployment.yaml @@ -22,6 +22,7 @@ spec: component: app {{ include "cas-cif.labels" . | indent 8 }} spec: + serviceAccountName: default initContainers: # The init container waits until the sqitch changes are deployed to the db - env: {{ include "cas-cif.cifUserPgEnv" . | nindent 10 }}