k8s-lab/k3s/rpi/sops/instructions.txt

8 lines
242 B
Plaintext
Raw Permalink Normal View History

2025-06-21 20:36:29 +00:00
# How to use SOPS
- create a .sops.yaml file with the settings (key-references, field selector, excluder)
- encrypt stuff with:
"sops encrypt -i file-to-encrypt.yaml > encrypted.yaml"
- decrypt stuff with:
"sops decrypt -i encrypted.yaml"