modified: docs/fluxcd.md
This commit is contained in:
+8
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user