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