diff --git a/cluster/external-secrets.yaml b/cluster/external-secrets.yaml index 599b012..f123788 100644 --- a/cluster/external-secrets.yaml +++ b/cluster/external-secrets.yaml @@ -15,7 +15,7 @@ spec: project: default source: path: cluster/external-secrets - repoURL: git@github.com:rblundon/homelab.git + repoURL: https://github.com/rblundon/homelab.git targetRevision: HEAD syncPolicy: automated: diff --git a/hub-cluster-bootstrap/app-of-apps.yaml b/hub-cluster-bootstrap/app-of-apps.yaml index 5a896b1..1387af8 100644 --- a/hub-cluster-bootstrap/app-of-apps.yaml +++ b/hub-cluster-bootstrap/app-of-apps.yaml @@ -10,8 +10,8 @@ spec: namespace: openshift-gitops project: default source: - path: /cluster - repoURL: git@github.com:rblundon/homelab.git + path: cluster + repoURL: https://github.com/rblundon/homelab.git targetRevision: HEAD syncPolicy: automated: