From ce072ffcf13dc582a218a9c8909d063f3b2ede3c Mon Sep 17 00:00:00 2001 From: Mukul Sharma Date: Sun, 13 Sep 2026 00:43:24 +0530 Subject: [PATCH] Point the registry CA instructions at the repo's new location The GCP repos now live under ~/Documents/localgit/gcp/ so they cannot be confused with their homelab namesakes, which push to a different Gitea. This file documents the one-off kubectl that creates the registry-ca Secret from terraform output, and that path moved with them. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01LEsTefWWifp4ikvhHF5s6N --- extra-manifests/registry-ca-clusterissuer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)