diff --git a/cluster/openshift-image-registry-appset.yaml b/cluster/openshift-image-registry-appset.yaml index baa31d5..99a0512 100644 --- a/cluster/openshift-image-registry-appset.yaml +++ b/cluster/openshift-image-registry-appset.yaml @@ -17,14 +17,14 @@ spec: annotations: argocd.argoproj.io/sync-wave: "3" spec: + project: default destination: name: '{{.name}}' - namespace: openshift-image-registry - project: default source: path: cluster/openshift-image-registry - repoURL: git@github.com:rblundon/MK-Labs.git + repoURL: https://github.com/rblundon/homelab.git targetRevision: HEAD + namespace: openshift-image-registry syncPolicy: automated: prune: true