Skip to content

Commit

Permalink
Pass image pull secrets to crd installer (#320)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Sep 28, 2023
1 parent 33a11ef commit 293af8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/stash-community/templates/crd-installer/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
ttlSecondsAfterFinished: 10
template:
spec:
{{- include "appscode.imagePullSecrets" . | nindent 6 }}
serviceAccountName: {{ include "stash-community.serviceAccountName" . }}-crd-installer
containers:
- name: installer
Expand Down
1 change: 1 addition & 0 deletions charts/stash-enterprise/templates/crd-installer/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
ttlSecondsAfterFinished: 10
template:
spec:
{{- include "appscode.imagePullSecrets" . | nindent 6 }}
serviceAccountName: {{ include "stash-enterprise.serviceAccountName" . }}-crd-installer
containers:
- name: installer
Expand Down

0 comments on commit 293af8b

Please sign in to comment.