Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #141 from maxmeng-oss/maxmeng-oss-patch-1
Browse files Browse the repository at this point in the history
helm chart add image pull secrets
  • Loading branch information
thrawn01 authored May 17, 2022
2 parents a3a0488 + 2ba91e0 commit 61db610
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions deploy/helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ spec:
{{ else }}
serviceAccountName: {{ .Values.gubernator.serviceAccount.name }}
{{- end}}
{{- with $.Values.gubernator.image.pullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
containers:
- name: gubernator
env:
Expand Down

0 comments on commit 61db610

Please sign in to comment.