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

Commit fc1a69d

Browse files
author
Simon Emms
committed
Update the GCP registry secret docker-server URL
1 parent bf4afa0 commit fc1a69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ function create_secrets() {
107107

108108
echo "Create registry secret..."
109109
kubectl create secret docker-registry "${SECRET_REGISTRY}" \
110-
--docker-server="${REGISTRY_URL}" \
110+
--docker-server="gcr.io" \
111111
--docker-username=_json_key \
112112
--docker-password="$(cat gs-credentials.json)" \
113113
--dry-run=client -o yaml | \

0 commit comments

Comments
 (0)