Files
homelab/scripts/install_flux.sh

17 lines
289 B
Bash
Raw Normal View History

2026-04-17 18:11:18 -04:00
#!/bin/sh
set -euo pipefail
echo CLUSTER NAME: $CLUSTER_NAME
flux --kubeconfig ~/.kube/$CLUSTER_NAME \
bootstrap gitea \
--token-auth \
--hostname=$GITEA_HOST \
--owner=daniel \
--repository=homelab \
--private=false \
--branch=main \
--personal=true \
--path=./clusters/hydra