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.