From a5782b5a83e43b848a3e9add1032930c10bccd08 Mon Sep 17 00:00:00 2001 From: rblundon Date: Sun, 20 Apr 2025 12:38:54 -0500 Subject: [PATCH] fix repo path --- cluster/external-secrets.yaml | 2 +- hub-cluster-bootstrap/app-of-apps.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: