Skip to content
Snippets Groups Projects
Commit e0994276 authored by xeruf's avatar xeruf
Browse files

Temporarily disable truecharts

Waiting for flux 2.2 in Stackspin
for bootstrap override from gitea
parent 7b9eea32
No related branches found
No related tags found
No related merge requests found
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: HelmRepository
metadata:
name: truecharts
namespace: flux-system
spec:
interval: 60m
url: https://charts.truecharts.org
......@@ -4,7 +4,7 @@ kubectl get namespace stackspout 2>/dev/null || kubectl create namespace stacksp
echo "Creating / Updating gitRepository stackspout"
flux create source git stackspout \
--url=https://open.greenhost.net/xeruf/stackspout.git \
--url=https://forge.ftt.gmbh/polygon/stackspout.git \
--branch=main \
--interval=5m
......@@ -15,7 +15,12 @@ flux create kustomization stackspout \
--prune=true \
--interval=5m
flux bootstrap git \
--url=https://open.greenhost.net/xeruf/stackspout.git \
# Required for oversized truecharts repo
export GITEA_TOKEN=$(pass business/ftt/stackspout)
flux bootstrap gitea \
--token-auth \
--branch=main \
--hostname=forge.ftt.gmbh \
--owner=polygon \
--repository=stackspout \
--path=util/flux
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment