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