From 55e9426514820e7ae75aa6200719ab5fff1c06f9 Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 21 Nov 2021 13:47:26 +0100 Subject: [PATCH] flux: update url --- flux/README.md | 6 ------ flux/bootstrap.sh | 2 +- flux/cluster/base/flux-system/gotk-sync.yaml | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/flux/README.md b/flux/README.md index 9f52e95..948ec85 100644 --- a/flux/README.md +++ b/flux/README.md @@ -8,12 +8,6 @@ The main directory is `cluster`, it contains the following subdirectories in the * **core**: important core infrastructure applications, grouped by namespace, that should never be pruned * **apps**: common applications that are allowed to be pruned by flux -## Bootstrap -The cluster was bootstrapped using the following command: -``` -flux bootstrap git --url=ssh://git@git.xirion.net:2222/olympus/flux.git --branch=main --path=cluster/base/ --ssh-key-algorithm=ed25519 --components-extra=image-reflector-controller,image-automation-controller -``` - ## References Heavily inspired by: [onedr0p's cluster](https://github.com/onedr0p/home-cluster) diff --git a/flux/bootstrap.sh b/flux/bootstrap.sh index 29f0d6b..90d7b4a 100755 --- a/flux/bootstrap.sh +++ b/flux/bootstrap.sh @@ -1,2 +1,2 @@ #!/bin/sh -flux bootstrap git --url=ssh://git@git.xirion.net:2222/olympus/flux.git --branch=main --path=cluster/base/ --ssh-key-algorithm=ed25519 --components-extra=image-reflector-controller,image-automation-controller +flux bootstrap git --url=ssh://git@git.xirion.net:2222/0x76/infrastructure.git --branch=main --path=cluster/base/ --ssh-key-algorithm=ed25519 --components-extra=image-reflector-controller,image-automation-controller diff --git a/flux/cluster/base/flux-system/gotk-sync.yaml b/flux/cluster/base/flux-system/gotk-sync.yaml index 3cc9512..3be41ed 100644 --- a/flux/cluster/base/flux-system/gotk-sync.yaml +++ b/flux/cluster/base/flux-system/gotk-sync.yaml @@ -11,7 +11,7 @@ spec: branch: main secretRef: name: flux-system - url: ssh://git@git.xirion.net:2222/olympus/flux.git + url: ssh://git@git.xirion.net:2222/0x76/infrastructure.git --- apiVersion: kustomize.toolkit.fluxcd.io/v1beta2 kind: Kustomization