From 71dffda860bfdb53d80e3f0b0a4e90b8c9204692 Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 18 Nov 2025 10:20:45 +0100 Subject: [PATCH] plane debug --- argocd/apps/plane/plane-secret-patcher.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/argocd/apps/plane/plane-secret-patcher.yaml b/argocd/apps/plane/plane-secret-patcher.yaml index 05508f2..0c3363d 100644 --- a/argocd/apps/plane/plane-secret-patcher.yaml +++ b/argocd/apps/plane/plane-secret-patcher.yaml @@ -30,11 +30,6 @@ spec: {"op": "replace", "path": "/data/REDIS_URL", "value": "'$(echo -n "redis://plane-redis:6379/" | base64)'"} ]' - # 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)'"} - # ]' - echo "Secrets patched successfully" kubectl patch deployment plane-api-wl -n plane --type='json' -p='[ @@ -44,7 +39,7 @@ spec: "value": { "options": [{"name": "ndots", "value": "1"}] } - } + } ]' # Patch Worker Deployment