From 09da22ea7b7d8fe3e75e2f2d364a6f3271c1cdd9 Mon Sep 17 00:00:00 2001 From: chemavx Date: Sat, 9 May 2026 17:48:20 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20eliminar=20Secret=20de=20deployment.yaml?= =?UTF-8?q?=20para=20gesti=C3=B3n=20manual?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ArgoCD sobreescribía zona-exclusion-secrets con REPLACE_ME. El secret se gestiona manualmente con annotation Prune=false. Co-Authored-By: Claude Sonnet 4.6 --- zona-exclusion/deployment.yaml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/zona-exclusion/deployment.yaml b/zona-exclusion/deployment.yaml index 663c9c9..c232458 100644 --- a/zona-exclusion/deployment.yaml +++ b/zona-exclusion/deployment.yaml @@ -121,18 +121,8 @@ spec: - zonadeexclusion.com secretName: zona-exclusion-tls ---- -# Secret template — fill with real values and apply manually +# Secret gestionado manualmente — NO añadir aquí para evitar que ArgoCD sobreescriba. # kubectl create secret generic zona-exclusion-secrets \ # --from-literal=smtp-user=chemavx@gmail.com \ # --from-literal=smtp-pass=YOUR_APP_PASSWORD \ # -n zona-exclusion -apiVersion: v1 -kind: Secret -metadata: - name: zona-exclusion-secrets - namespace: zona-exclusion -type: Opaque -stringData: - smtp-user: "REPLACE_ME" - smtp-pass: "REPLACE_ME"