From bf06c2798018ada06d50a4329ff1c5838c22caaa Mon Sep 17 00:00:00 2001 From: Jaro Rivera Date: Wed, 31 Jan 2024 12:56:44 -0500 Subject: [PATCH] Adding https instead of ssh --- bootstrap/flux-system/gotk-sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/flux-system/gotk-sync.yaml b/bootstrap/flux-system/gotk-sync.yaml index fc026c9..5454fa3 100644 --- a/bootstrap/flux-system/gotk-sync.yaml +++ b/bootstrap/flux-system/gotk-sync.yaml @@ -11,7 +11,7 @@ spec: branch: main secretRef: name: flux-system - url: ssh://git@gitea.datum1019.diskstation.me/jrivera/flux + url: https://gitea.datum1019.diskstation.me/jrivera/flux.git --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization