k8s-lab/k3s/rpi/sops/instructions.txt
2025-06-21 21:36:29 +01:00

8 lines
242 B
Plaintext

# 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"