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