set sync policy

This commit is contained in:
Ichen Chhoeng 2025-10-28 16:17:29 +07:00
parent 2704cd1495
commit d778eee2cb
3 changed files with 10 additions and 0 deletions

View File

@ -4,6 +4,9 @@ metadata:
name: cnpg-app
namespace: argocd
spec:
syncPolicy:
automated:
enabled: true
project: default
source:
chart: cloudnative-pg

View File

@ -4,6 +4,9 @@ metadata:
name: envoy-app
namespace: argocd
spec:
syncPolicy:
automated:
enabled: true
project: default
source:
chart: gateway-helm

View File

@ -4,6 +4,10 @@ metadata:
name: kratos-app
namespace: argocd
spec:
syncPolicy:
automated:
prune: true
enabled: true
project: default
source:
chart: kratos