From a1b1d936bd47d42e1eedc2d13bbf820f214051a7 Mon Sep 17 00:00:00 2001 From: dgx-spark-0 Date: Tue, 5 May 2026 11:19:54 -0500 Subject: [PATCH] update url for gitea --- .env | 3 +++ clusters/k3s-dgx/flux-system/gotk-sync.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..ae6d1d3 --- /dev/null +++ b/.env @@ -0,0 +1,3 @@ +GITEA_URL=ssh://git@gitea.corredorconect.com/software-engineering/edge-gitops.git +GITEA_BRANCH=main +CLUSTER_NAME=k3s-dgx diff --git a/clusters/k3s-dgx/flux-system/gotk-sync.yaml b/clusters/k3s-dgx/flux-system/gotk-sync.yaml index 5132246..0a6a52b 100644 --- a/clusters/k3s-dgx/flux-system/gotk-sync.yaml +++ b/clusters/k3s-dgx/flux-system/gotk-sync.yaml @@ -9,7 +9,7 @@ spec: branch: main secretRef: name: flux-system - url: ssh://git@gitea.example.com/edge-gitops/edge-gitops.git + url: ssh://git@gitea.corredorconect.com/software-engineering/edge-gitops.git --- apiVersion: kustomize.toolkit.fluxcd.io/v1 kind: Kustomization