diff --git a/apps/nginx-app.yaml b/apps/nginx-app.yaml index 0bcbc2d..ea4dda3 100644 --- a/apps/nginx-app.yaml +++ b/apps/nginx-app.yaml @@ -11,10 +11,10 @@ spec: targetRevision: main destination: server: https://kubernetes.default.svc - namespace: nginx-web # 🔴 1. Definimos nuestro propio namespace aislado + namespace: nginx-web syncPolicy: automated: prune: true selfHeal: true syncOptions: - - CreateNamespace=true # 🔴 2. ¡Súper importante! Le decimos a ArgoCD que cree el namespace si no existe. \ No newline at end of file + - CreateNamespace=true \ No newline at end of file