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