fix repo path

This commit is contained in:
2025-04-20 12:38:54 -05:00
parent ec46fce86b
commit a5782b5a83
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ spec:
targetRevision: HEAD targetRevision: HEAD
syncPolicy: syncPolicy:
automated: automated:
prune: false prune: true
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- RespectIgnoreDifferences=true - RespectIgnoreDifferences=true

View File

@@ -10,7 +10,7 @@ spec:
namespace: openshift-gitops namespace: openshift-gitops
project: default project: default
source: source:
path: cluster path: /cluster
repoURL: git@github.com:rblundon/homelab.git repoURL: git@github.com:rblundon/homelab.git
targetRevision: HEAD targetRevision: HEAD
syncPolicy: syncPolicy: