mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 00:54:26 +00:00
Fix age secret creation
This commit is contained in:
@@ -90,9 +90,9 @@ Provisioning, configuration and manifests for my Kubernetes dev cluster on Hetzn
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
kubectl create ns flux-system
|
kubectl create ns flux-system
|
||||||
cat age.key | kubectl create secret generic sops-age \
|
echo 'AGE-SECRET-KEY-...' | kubectl create secret generic sops-age \
|
||||||
--namespace=flux-system \
|
--namespace=flux-system \
|
||||||
--from-file=age.key=/dev/stdin
|
--from-file=age.agekey=/dev/stdin
|
||||||
```
|
```
|
||||||
|
|
||||||
3. **Bootstrap flux**
|
3. **Bootstrap flux**
|
||||||
|
|||||||
Reference in New Issue
Block a user