renovate[bot] a5f4e9f4e2 chore(deps): update helm release external-secrets to v1 (#50)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-07 15:58:47 +01:00
2025-07-08 12:15:51 +02:00
2025-08-29 22:02:04 +02:00
2025-06-28 15:41:22 +02:00
2025-08-30 01:08:22 +02:00
2025-07-27 21:06:40 +02:00
2025-08-03 03:11:52 +02:00
2025-08-30 20:07:00 +02:00
2025-08-05 10:20:54 +02:00
2025-06-28 15:41:22 +02:00

Setup

talhelper genconfig
talhelper gencommand apply --extra-flags --insecure | sh
talosctl bootstrap -n 192.168.0.200 -e 192.168.0.200
talosctl kubeconfig

helm repo add cilium https://helm.cilium.io/
helm upgrade -i cilium cilium/cilium \
    --version 1.17.5 \
    --namespace kube-system \
    --values ./cilium-values.yaml

helm install argocd oci://ghcr.io/argoproj/argo-helm/argo-cd -n argocd --create-namespace

kubectl apply -f ./apps/apps.yaml
kubectl create secret generic bitwarden-access-token -n external-secrets --from-literal token=$BW_ACCESS_TOKEN

Notes

zfs pool creation:

k -n kube-system debug -it --profile sysadmin --image=ubuntu node/kadan
chroot /host zpool create -o ashift=12 -O mountpoint=legacy -O xattr=sa -O compression=zstd -O acltype=posixacl -O atime=off ocean raidz sdc sdd
Description
Homelab config
Readme 610 KiB
Languages
Shell 97.7%
Nix 2.3%