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 #1204 from alphagov/dockerhub-creds
Browse files Browse the repository at this point in the history
Move dockerhub secrets inside namespace range loop
  • Loading branch information
Krenair authored Oct 26, 2020
2 parents e2edba7 + 1e43981 commit 67fbc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gsp-cluster/templates/03-namespaces/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ subjects:
- kind: Group
apiGroup: rbac.authorization.k8s.io
name: system:authenticated
{{- end }}
---
apiVersion: v1
kind: Secret
Expand All @@ -357,3 +356,4 @@ metadata:
data:
username: {{ .Values.global.dockerHubUsername | b64enc }}
password: {{ .Values.global.dockerHubPassword | b64enc }}
{{- end }}

0 comments on commit 67fbc5e

Please sign in to comment.