Actualizar apps/nginx-app.yaml

This commit is contained in:
2026-06-21 21:02:06 +00:00
parent d416a36f68
commit 8d101cd29c
+2 -2
View File
@@ -11,10 +11,10 @@ spec:
targetRevision: main targetRevision: main
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: nginx-web # 🔴 1. Definimos nuestro propio namespace aislado namespace: nginx-web
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true # 🔴 2. ¡Súper importante! Le decimos a ArgoCD que cree el namespace si no existe. - CreateNamespace=true