flux: update url

This commit is contained in:
Vivian 2021-11-21 13:47:26 +01:00
parent eda5075f08
commit 55e9426514
3 changed files with 2 additions and 8 deletions

View file

@ -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)

View file

@ -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

View file

@ -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