Skip to content

Commit

Permalink
Merge pull request #2185 from sf-bigdata/simon-fix-volcano-admission-…
Browse files Browse the repository at this point in the history
…init

Add Image pull secret for volcano-admission-init job
  • Loading branch information
volcano-sh-bot authored Apr 21, 2022
2 parents 727ccf1 + 653cd98 commit eb4cdde
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installer/helm/chart/volcano/templates/admission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,10 @@ spec:
template:
spec:
serviceAccountName: {{ .Release.Name }}-admission
{{- if .Values.basic.image_pull_secret }}
imagePullSecrets:
- name: {{ .Values.basic.image_pull_secret }}
{{- end }}
restartPolicy: Never
containers:
- name: main
Expand Down

0 comments on commit eb4cdde

Please sign in to comment.