From 20a2b7998b454e0f929f784cf306245888ab6ccf Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Tue, 14 Nov 2023 12:45:25 +0100 Subject: [PATCH] projects don't have autosync Signed-off-by: Martyn Ranyard --- everything-app/project-apps.yaml | 3 --- everything-app/project-infra.yaml | 3 --- 2 files changed, 6 deletions(-) diff --git a/everything-app/project-apps.yaml b/everything-app/project-apps.yaml index bc0c418..fb1de5b 100644 --- a/everything-app/project-apps.yaml +++ b/everything-app/project-apps.yaml @@ -17,6 +17,3 @@ spec: - name: '*' namespace: '*' server: https://kubernetes.default.svc - sycPolicy: - automated: - selfHeal: 'true' diff --git a/everything-app/project-infra.yaml b/everything-app/project-infra.yaml index 08590cf..210e046 100644 --- a/everything-app/project-infra.yaml +++ b/everything-app/project-infra.yaml @@ -29,6 +29,3 @@ spec: - https://helm.cilium.io/ - https://openebs.github.io/mayastor-extensions/ - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts - sycPolicy: - automated: - selfHeal: 'true'