diff --git a/extra-manifests/registry-ca-clusterissuer.yaml b/extra-manifests/registry-ca-clusterissuer.yaml index 57068c3..6ee34ca 100644 --- a/extra-manifests/registry-ca-clusterissuer.yaml +++ b/extra-manifests/registry-ca-clusterissuer.yaml @@ -8,7 +8,7 @@ # `terraform output` — the private key exists nowhere else, so nothing can # reconcile it from git: # -# TF=~/Documents/localgit/toolshed-gke-infra/envs/prod/10-infra +# TF=~/Documents/localgit/gcp/toolshed-gke-infra/envs/prod/10-infra # kubectl -n cert-manager create secret tls registry-ca \ # --cert=<(terraform -chdir=$TF output -raw registry_ca_cert_pem) \ # --key=<(terraform -chdir=$TF output -raw registry_ca_key_pem)