adjustments to argo apps

This commit is contained in:
Danijel Simeunovic
2026-02-07 21:31:56 +01:00
parent 2b591593c0
commit bc52bfd3f1
11 changed files with 15 additions and 8 deletions

View File

@@ -15,7 +15,7 @@ spec:
destination:
server: https://kubernetes.default.svc
namespace: cert-manager
namespace: argocd
syncPolicy:
automated:
@@ -26,7 +26,7 @@ spec:
syncOptions:
- CreateNamespace=true
- Validate=true
- ServerSideApply=false
- ServerSideApply=true
- Replace=false
- ApplyOutOfSyncOnly=false