Skip to content

Commit

Permalink
Merge pull request #224 from SrinivasChilveri/ImgSecretMis
Browse files Browse the repository at this point in the history
Added imagePullSecrete for scheduler in helm chart
  • Loading branch information
volcano-sh-bot authored Jun 11, 2019
2 parents ab4e709 + b1fc7ce commit 79f2caa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installer/chart/templates/scheduler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ spec:
app: volcano-scheduler
spec:
serviceAccount: {{ .Release.Name }}-scheduler
{{ if .Values.basic.image_pull_secret }}
imagePullSecrets:
- name: {{ .Values.basic.image_pull_secret }}
{{ end }}
containers:
- name: {{ .Release.Name }}-scheduler
image: {{.Values.basic.scheduler_image_name}}:{{.Values.basic.image_tag_version}}
Expand Down

0 comments on commit 79f2caa

Please sign in to comment.