Go to file
feisar-bot c08a6ac57b ⬆️ Update renovatebot/github-action action to v34.102.0
| datasource  | package                   | from      | to        |
| ----------- | ------------------------- | --------- | --------- |
| github-tags | renovatebot/github-action | v34.100.2 | v34.102.0 |
2023-01-14 05:16:43 +00:00
2023-01-04 22:17:09 +01:00

README.md

My home Kubernetes cluster

... managed with Flux and Renovate 🤖




Discord talos kubernetes pre-commit 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
No description provided
Readme 48 MiB
Languages
Shell 59.2%
Python 21.2%
Just 17.7%
Jinja 1.9%