Skip to content

Commit

Permalink
remove registry url
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydın <batuhan.apaydin@trendyol.com>
  • Loading branch information
developer-guy committed Dec 23, 2024
1 parent 1cc422c commit 7629e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-images/kind-cluster/entrypoint-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ cat <<EOF >> kind-config.yaml
EOF
done

kind create cluster --name=${KIND_CLUSTER_NAME:-""} --config=kind-config.yaml --image=${KIND_NODE_IMAGE-"registry.trendyol.com/platform/base/image/kind-node:v1.21.2"} --wait=900s
kind create cluster --name=${KIND_CLUSTER_NAME:-""} --config=kind-config.yaml --image=${KIND_NODE_IMAGE-"trendyoltech/kind-node:v1.21.2"} --wait=900s

exec "$@"

0 comments on commit 7629e1b

Please sign in to comment.