From 4f0ff28cca5cd302690bf2f9c2e5e2f22957bf35 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sun, 4 May 2025 11:29:36 +0200 Subject: [PATCH] Add syncPolicy configuration to app-test-1 and cilium YAML files --- applications/templates/app-test-1.yaml | 4 ++++ applications/templates/cilium.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/applications/templates/app-test-1.yaml b/applications/templates/app-test-1.yaml index 10addeb..d74e02b 100644 --- a/applications/templates/app-test-1.yaml +++ b/applications/templates/app-test-1.yaml @@ -10,6 +10,10 @@ spec: namespace: test-app server: {{ .Values.spec.destination.server }} project: default + syncPolicy: + automated: + prune: false + selfHeal: false source: path: app-test-1 repoURL: {{ .Values.spec.source.repoURL }} diff --git a/applications/templates/cilium.yaml b/applications/templates/cilium.yaml index 2bcb9be..797c42b 100644 --- a/applications/templates/cilium.yaml +++ b/applications/templates/cilium.yaml @@ -10,6 +10,10 @@ spec: namespace: kube-system server: {{ .Values.spec.destination.server }} project: default + syncPolicy: + automated: + prune: false + selfHeal: false source: path: cilium repoURL: {{ .Values.spec.source.repoURL }}