From 3b11f3e0ea42adc8b08aef505f8ff68c0529d796 Mon Sep 17 00:00:00 2001 From: Mukul Sharma Date: Thu, 17 Sep 2026 18:02:04 +0530 Subject: [PATCH] Point comments at paths that still exist after the homelab overrides were removed References to helm-overrides/k8s-admin-prd-ase1 now either name the homelab repo that still has that folder, or point at the GKE equivalent under gke-toolshed-prd-usc1. Comments only; no rendered values change. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01Fn2kUxyYNY4ApytbLiGWeY --- secretstores/gitea-admin-credentials.yaml | 2 +- secretstores/harbor-admin-credentials.yaml | 2 +- secretstores/jenkins-admin-credentials.yaml | 2 +- values/incubator-infra-gke-toolshed-prd-usc1-values.yaml | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/secretstores/gitea-admin-credentials.yaml b/secretstores/gitea-admin-credentials.yaml index b930943..12a8998 100644 --- a/secretstores/gitea-admin-credentials.yaml +++ b/secretstores/gitea-admin-credentials.yaml @@ -1,7 +1,7 @@ # Migrates gitea-admin-credentials from a manually kubectl-created Secret # to Vault-backed. Same keys (username, password) the gitea chart's # admin.existingSecret already expects — see -# devops-infra-helm-charts/helm-overrides/k8s-admin-prd-ase1/gitea/custom-values.yaml. +# devops-infra-helm-charts-gcp/helm-overrides/gke-toolshed-prd-usc1/gitea/custom-values.yaml. # creationPolicy: Owner (the default) means ESO adopts the existing Secret # in place rather than needing it deleted first. apiVersion: external-secrets.io/v1 diff --git a/secretstores/harbor-admin-credentials.yaml b/secretstores/harbor-admin-credentials.yaml index 9b5ffd5..2a2838f 100644 --- a/secretstores/harbor-admin-credentials.yaml +++ b/secretstores/harbor-admin-credentials.yaml @@ -1,6 +1,6 @@ # Vault-backed from the start, same as jenkins-admin-credentials. Key name # matches what the chart's existingSecretAdminPasswordKey expects — see -# devops-infra-helm-charts/helm-overrides/k8s-admin-prd-ase1/harbor/custom-values.yaml. +# devops-infra-helm-charts-gcp/helm-overrides/gke-toolshed-prd-usc1/harbor/custom-values.yaml. apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: diff --git a/secretstores/jenkins-admin-credentials.yaml b/secretstores/jenkins-admin-credentials.yaml index 5ba7608..19b53aa 100644 --- a/secretstores/jenkins-admin-credentials.yaml +++ b/secretstores/jenkins-admin-credentials.yaml @@ -1,7 +1,7 @@ # Unlike gitea-admin-credentials, this one's Vault-backed from day one — # no manual kubectl-created Secret ever existed for Jenkins. Keys match # what the chart's controller.admin.userKey/passwordKey expect — see -# devops-infra-helm-charts/helm-overrides/k8s-admin-prd-ase1/jenkins/custom-values.yaml. +# devops-infra-helm-charts-gcp/helm-overrides/gke-toolshed-prd-usc1/jenkins/custom-values.yaml. apiVersion: external-secrets.io/v1 kind: ExternalSecret metadata: diff --git a/values/incubator-infra-gke-toolshed-prd-usc1-values.yaml b/values/incubator-infra-gke-toolshed-prd-usc1-values.yaml index 0796449..afb29c4 100644 --- a/values/incubator-infra-gke-toolshed-prd-usc1-values.yaml +++ b/values/incubator-infra-gke-toolshed-prd-usc1-values.yaml @@ -1,4 +1,5 @@ -# GKE counterpart of incubator-infra-k8s-admin-prd-ase1-values.yaml. Starts +# GKE counterpart of the homelab devops-infra-argo-config repo's +# incubator-infra-k8s-admin-prd-ase1-values.yaml. Starts # with only the three components installed by hand at bootstrap; every # other homelab component is added here as it is ported, each with its own # helm-overrides/gke-toolshed-prd-usc1//custom-values.yaml.