Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

Commit

Permalink
Update the GCP registry secret docker-server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Emms committed Nov 24, 2021
1 parent bf4afa0 commit fc1a69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function create_secrets() {

echo "Create registry secret..."
kubectl create secret docker-registry "${SECRET_REGISTRY}" \
--docker-server="${REGISTRY_URL}" \
--docker-server="gcr.io" \
--docker-username=_json_key \
--docker-password="$(cat gs-credentials.json)" \
--dry-run=client -o yaml | \
Expand Down

0 comments on commit fc1a69d

Please sign in to comment.