Skip to content

Commit

Permalink
Add service account to collect static job
Browse files Browse the repository at this point in the history
  • Loading branch information
said-moj committed Aug 2, 2023
1 parent 9cbeaf7 commit b906756
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm_deploy/cla-backend/templates/collect-static-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ spec:
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
spec:
restartPolicy: Never
serviceAccountName: {{ include "cla-backend.serviceAccountName" . }}
containers:
- name: collect-static
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
Expand Down

0 comments on commit b906756

Please sign in to comment.