I've been hunting issue due to inconsistent doc he...
# 💻|contributing
b
I've been hunting issue due to inconsistent doc here: https://docs.garden.io/kubernetes-plugins/remote-k8s/configure-registry/gcp . all code snippets here contain ${PROJECT_ID} for code that i need to replace except for the last code snippet which uses
docker.pkg.dev
. Description above instruct to replace, but I was blindly copy-pasting this and had to go pretty deep to figure htis out. using
${REGISTRY_HOSTNAME}
would probably make it more obvious that this needs replacing. Same can be said for
gcr.io
above probably.