Skip to content

Commit

Permalink
chore: adding default service account to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
pbastia committed Aug 7, 2024
1 parent 6cb4c2e commit 05632f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chart/cas-cif/templates/app-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 05632f4

Please sign in to comment.