modified: docs/fluxcd.md

This commit is contained in:
Márcio Fernandes
2026-06-14 10:17:47 +00:00
parent 41490b517c
commit 5f87088895
+8 -1
View File
@@ -2,7 +2,14 @@
## age / sops
**Create key and Import:**
**Create key:**
``` bash
AGE_FILE=age.agekey
age-keygen -o ${AGE_FILE}
```
**Create key and Import to kubernetes:**
``` bash
NAMESPACE=ns-name