From ee3f2d7fcf7245cf0aecb0f4fd61b7b70e67716e Mon Sep 17 00:00:00 2001 From: rblundon Date: Thu, 31 Jul 2025 20:39:42 -0500 Subject: [PATCH] fix yaml --- cluster/openshift-image-registry-appset.yaml | 3 ++- cluster/synology-storageclass-appset.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/cluster/openshift-image-registry-appset.yaml b/cluster/openshift-image-registry-appset.yaml index 99a0512..41adbc8 100644 --- a/cluster/openshift-image-registry-appset.yaml +++ b/cluster/openshift-image-registry-appset.yaml @@ -20,11 +20,12 @@ spec: project: default destination: name: '{{.name}}' + namespace: openshift-image-registry source: path: cluster/openshift-image-registry repoURL: https://github.com/rblundon/homelab.git targetRevision: HEAD - namespace: openshift-image-registry + syncPolicy: automated: prune: true diff --git a/cluster/synology-storageclass-appset.yaml b/cluster/synology-storageclass-appset.yaml index e8d4ba8..0b1f4f2 100644 --- a/cluster/synology-storageclass-appset.yaml +++ b/cluster/synology-storageclass-appset.yaml @@ -20,11 +20,12 @@ spec: project: default destination: name: '{{.name}}' + namespace: synology-csi source: path: cluster/synology-storageclass repoURL: https://github.com/rblundon/homelab.git targetRevision: HEAD - namespace: synology-csi + syncPolicy: automated: prune: false