Actualizar apps/nginx-app.yaml
This commit is contained in:
+2
-4
@@ -3,14 +3,12 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: nginx-app
|
name: nginx-app
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
finalizers:
|
|
||||||
- resources-finalizer.argocd.argoproj.io
|
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://gitea.cruzcloud.net/devops/apps-registry.git'
|
repoURL: 'https://gitea.cruzcloud.net/devops/apps-registry.git'
|
||||||
path: apps
|
path: workloads/nginx # 🔴 ¡LA MAGIA! El hijo ahora lee su propia carpeta aislada.
|
||||||
targetRevision: main # Usamos la rama explícita
|
targetRevision: main
|
||||||
destination:
|
destination:
|
||||||
server: 'https://kubernetes.default.svc'
|
server: 'https://kubernetes.default.svc'
|
||||||
namespace: nginx-web
|
namespace: nginx-web
|
||||||
|
|||||||
Reference in New Issue
Block a user