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" ---