mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
doc: fix age key path
This commit is contained in:
@@ -30,11 +30,11 @@ flux bootstrap github \
|
||||
## SOPS secret from age key
|
||||
|
||||
```bash
|
||||
age-keygen -o $HOME/sops/age/key.txt
|
||||
cat $HOME/sops/age/key.txt |
|
||||
age-keygen -o $HOME/sops/age/keys.txt
|
||||
cat $HOME/sops/age/keys.txt |
|
||||
kubectl create secret generic sops-age \
|
||||
--namespace=flux-system \
|
||||
--from-file=$HOME/sops/age/key.txt=/dev/stdin
|
||||
--from-file=$HOME/sops/age/keys.txt=/dev/stdin
|
||||
```
|
||||
|
||||
## Encrypt kubernetes resources with sops binary
|
||||
|
Reference in New Issue
Block a user