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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LEsTefWWifp4ikvhHF5s6N
This commit is contained in:
Mukul Sharma
2026-09-13 00:43:24 +05:30
co-authored by Claude Opus 5
parent c08a67d88e
commit ce072ffcf1
@@ -8,7 +8,7 @@
# `terraform output` — the private key exists nowhere else, so nothing can # `terraform output` — the private key exists nowhere else, so nothing can
# reconcile it from git: # 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 \ # kubectl -n cert-manager create secret tls registry-ca \
# --cert=<(terraform -chdir=$TF output -raw registry_ca_cert_pem) \ # --cert=<(terraform -chdir=$TF output -raw registry_ca_cert_pem) \
# --key=<(terraform -chdir=$TF output -raw registry_ca_key_pem) # --key=<(terraform -chdir=$TF output -raw registry_ca_key_pem)