diff --git a/cluster/external-secrets.yaml b/cluster/external-secrets.yaml index 1e49733..599b012 100644 --- a/cluster/external-secrets.yaml +++ b/cluster/external-secrets.yaml @@ -19,7 +19,7 @@ spec: targetRevision: HEAD syncPolicy: automated: - prune: false + prune: true selfHeal: true syncOptions: - RespectIgnoreDifferences=true diff --git a/hub-cluster-bootstrap/app-of-apps.yaml b/hub-cluster-bootstrap/app-of-apps.yaml index 373c8fd..5a896b1 100644 --- a/hub-cluster-bootstrap/app-of-apps.yaml +++ b/hub-cluster-bootstrap/app-of-apps.yaml @@ -10,7 +10,7 @@ spec: namespace: openshift-gitops project: default source: - path: cluster + path: /cluster repoURL: git@github.com:rblundon/homelab.git targetRevision: HEAD syncPolicy: