mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-28 04:53:44 +02:00
c01f1419fa8af8536ed2c7d32b3bf838d7fcd04f

| datasource | package | from | to | | ---------- | ----------- | ------ | ------ | | docker | vikunja/api | 0.19.2 | 0.20.0 | | docker | vikunja/api | 0.19.2 | 0.20.0 |
…
…
README.md
My home Kubernetes cluster ⛵
... managed with Flux and Renovate 🤖
Bootstrap Flux
kubectl apply -k cluster/bootstrap/
SOPS secret from age key
cat ~/.config/sops/age/keys.txt |
kubectl create secret generic sops-age \
--namespace=flux-system \
--from-file=age.agekey=/dev/stdin
Encrypt kubernetes resources with sops binary
sops --encrypt --in-place <FILE_PATH>
Install pre-commit hooks
pre-commit install
Description
Languages
Shell
59.5%
Python
20.8%
Just
17.8%
Jinja
1.9%