Undo the Terraform bootstrap claim for ArgoCD

toolshed-gke-infra's 20-bootstrap is superseded and never applied; ArgoCD
on GKE was installed by hand as argocd-admin-prd, as the header originally
said. Reverts c83d535 and corrects the same claim in the argo-cd README.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Fn2kUxyYNY4ApytbLiGWeY
This commit is contained in:
Mukul Sharma
2026-09-17 19:10:41 +05:30
co-authored by Claude Opus 5
parent c83d535b6a
commit 2b6ab5899d
2 changed files with 8 additions and 9 deletions
@@ -2,12 +2,9 @@ argo-cd:
# GKE counterpart of the homelab's argocd-admin-prd override # GKE counterpart of the homelab's argocd-admin-prd override
# (k8s-admin-prd-ase1, in the homelab devops-infra-helm-charts repo). # (k8s-admin-prd-ase1, in the homelab devops-infra-helm-charts repo).
# #
# Bootstrapped by Terraform, not by hand: toolshed-gke-infra's # Installed once by hand with `helm install argocd-admin-prd` (namespace
# envs/prod/20-bootstrap/argocd.tf installs the upstream argo-cd chart # "argocd"), then manages itself through the argocd Application in
# directly (release "argo-cd", namespace "argocd") with its own inline # devops-infra-argo-config-gcp, whose nameOverride matches that release.
# values. After that, ArgoCD manages itself through the argocd Application
# in devops-infra-argo-config-gcp (nameOverride "argocd-admin-prd"), which
# renders this wrapper chart with the values in this file.
# Deliberately no image tag pin, unlike the homelab: the chart's own # Deliberately no image tag pin, unlike the homelab: the chart's own
# appVersion (v3.5.2) governs, so the image cannot drift from the chart. # appVersion (v3.5.2) governs, so the image cannot drift from the chart.
# A pin that outlives its chart is close to the failure this upgrade # A pin that outlives its chart is close to the failure this upgrade
+5 -3
View File
@@ -9,9 +9,11 @@ so every step here is a manual, imperative command run once.
> **Homelab only.** Every `k8s-admin-prd-ase1` path below lives in the > **Homelab only.** Every `k8s-admin-prd-ase1` path below lives in the
> homelab `devops-infra-helm-charts` / `devops-infra-argo-config` repos, not > homelab `devops-infra-helm-charts` / `devops-infra-argo-config` repos, not
> in this GCP copy. On GKE, ArgoCD is installed by Terraform > in this GCP copy. On GKE the same steps apply with
> (`toolshed-gke-infra/envs/prod/20-bootstrap/argocd.tf`), and its values > `helm-overrides/gke-toolshed-prd-usc1/argocd-admin-prd/custom-values.yaml`
> live in `helm-overrides/gke-toolshed-prd-usc1/argocd-admin-prd/`. > and `devops-infra-argo-config-gcp`'s
> `values/incubator-infra-gke-toolshed-prd-usc1-values.yaml`.
> `toolshed-gke-infra/envs/prod/20-bootstrap` is superseded and not applied.
## 0. Full uninstall (only if resetting) ## 0. Full uninstall (only if resetting)