Add syncPolicy configuration to app-test-1 and cilium YAML files

This commit is contained in:
Marco van Zijl 2025-05-04 11:29:36 +02:00
parent 96ffb2489e
commit 4f0ff28cca
2 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,10 @@ spec:
namespace: test-app namespace: test-app
server: {{ .Values.spec.destination.server }} server: {{ .Values.spec.destination.server }}
project: default project: default
syncPolicy:
automated:
prune: false
selfHeal: false
source: source:
path: app-test-1 path: app-test-1
repoURL: {{ .Values.spec.source.repoURL }} repoURL: {{ .Values.spec.source.repoURL }}

View File

@ -10,6 +10,10 @@ spec:
namespace: kube-system namespace: kube-system
server: {{ .Values.spec.destination.server }} server: {{ .Values.spec.destination.server }}
project: default project: default
syncPolicy:
automated:
prune: false
selfHeal: false
source: source:
path: cilium path: cilium
repoURL: {{ .Values.spec.source.repoURL }} repoURL: {{ .Values.spec.source.repoURL }}