auricom 92f83b38f0 add github actions
split goldilocks yaml files

fix github actions

fix github actions

fix github actions

fix github actions

fix github actions

fix github actions

fix github actions

fix github actions

fix github actions

fix github actions

Update Flux components to v0.4.3 [ci-skip]

Signed-off-by: GitHub <noreply@github.com>

fix github actions

fix github actions

fix github actions
2020-12-05 16:55:47 +01:00
2020-12-05 16:55:47 +01:00
2020-12-05 16:55:47 +01:00
2020-12-05 16:55:47 +01:00
2020-12-04 17:36:45 +01:00
2020-12-05 16:55:47 +01:00
2020-12-05 16:55:47 +01:00
2020-11-23 18:27:45 +01:00

home-cluster

Bootstrap Flux

flux bootstrap github \
  --version=latest \
  --owner=auricom \
  --repository=home-cluster \
  --path=cluster \
  --personal \
  --network-policy=false

SOPS secret from GPG key

gpg --export-secret-keys --armor <GPG_KEY_ID> | kubectl create secret generic sops-gpg --namespace=flux-system --from-file=sops.asc=/dev/stdin

Encrypt kubernetes resources with sops binary

sops --encrypt --pgp=<GPG_KEY_ID> --encrypted-regex '^(data|stringData)$' --in-place <FILE_PATH>
Description
No description provided
Readme 50 MiB
Languages
Shell 60.2%
Python 21.1%
Just 16.8%
Jinja 1.9%