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

Commit

Permalink
Merge pull request #1206 from alphagov/dockerhub-creds
Browse files Browse the repository at this point in the history
Pull canary with DockerHub credentials
  • Loading branch information
Krenair authored Oct 28, 2020
2 parents fa34b4b + d6988de commit 0b01c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/canary/chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ spec:
{{ toYaml . | indent 8 }}
{{- end }}
spec:
imagePullSecrets:
- name: dockerhubpull
containers:
- name: {{ .Chart.Name }}
image: "{{ .Values.canary.image.repository }}:{{ .Values.canary.image.tag }}"
Expand Down

0 comments on commit 0b01c17

Please sign in to comment.