From 0a20138333a58f7466cfc73935909389fbca6172 Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 18 Nov 2025 09:13:39 +0100 Subject: [PATCH] plane secret patcher --- argocd/apps/plane/plane-secret-patcher.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/argocd/apps/plane/plane-secret-patcher.yaml b/argocd/apps/plane/plane-secret-patcher.yaml index d654527..818aafa 100644 --- a/argocd/apps/plane/plane-secret-patcher.yaml +++ b/argocd/apps/plane/plane-secret-patcher.yaml @@ -31,9 +31,9 @@ spec: ]' # Patch plane-doc-store-secrets - füge Region hinzu - kubectl patch secret plane-doc-store-secrets -n plane --type='json' -p='[ - {"op": "replace", "path": "/data/AWS_REGION", "value": "'$(echo -n "eu-central-1" | base64)'"} - ]' + # kubectl patch secret plane-doc-store-secrets -n plane --type='json' -p='[ + # {"op": "replace", "path": "/data/AWS_REGION", "value": "'$(echo -n "eu-central-1" | base64)'"} + # ]' echo "Secrets patched successfully" ---