Temporarily disable truecharts
Waiting for flux 2.2 in Stackspin for bootstrap override from gitea
This commit is contained in:
parent
7b9eea3229
commit
e099427633
|
@ -1,8 +0,0 @@
|
||||||
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
|
||||||
kind: HelmRepository
|
|
||||||
metadata:
|
|
||||||
name: truecharts
|
|
||||||
namespace: flux-system
|
|
||||||
spec:
|
|
||||||
interval: 60m
|
|
||||||
url: https://charts.truecharts.org
|
|
11
install.sh
11
install.sh
|
@ -4,7 +4,7 @@ kubectl get namespace stackspout 2>/dev/null || kubectl create namespace stacksp
|
||||||
|
|
||||||
echo "Creating / Updating gitRepository stackspout"
|
echo "Creating / Updating gitRepository stackspout"
|
||||||
flux create source git stackspout \
|
flux create source git stackspout \
|
||||||
--url=https://open.greenhost.net/xeruf/stackspout.git \
|
--url=https://forge.ftt.gmbh/polygon/stackspout.git \
|
||||||
--branch=main \
|
--branch=main \
|
||||||
--interval=5m
|
--interval=5m
|
||||||
|
|
||||||
|
@ -15,7 +15,12 @@ flux create kustomization stackspout \
|
||||||
--prune=true \
|
--prune=true \
|
||||||
--interval=5m
|
--interval=5m
|
||||||
|
|
||||||
flux bootstrap git \
|
# Required for oversized truecharts repo
|
||||||
--url=https://open.greenhost.net/xeruf/stackspout.git \
|
export GITEA_TOKEN=$(pass business/ftt/stackspout)
|
||||||
|
flux bootstrap gitea \
|
||||||
|
--token-auth \
|
||||||
--branch=main \
|
--branch=main \
|
||||||
|
--hostname=forge.ftt.gmbh \
|
||||||
|
--owner=polygon \
|
||||||
|
--repository=stackspout \
|
||||||
--path=util/flux
|
--path=util/flux
|
||||||
|
|
Loading…
Reference in New Issue