Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 616 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 616 Bytes

Deployment on Kubernetes

License: MIT

Old master

Old master branch has been preserved in old-master branch.

Encrypted secrets

Secrets in this repository should be encrypted using SOPS and age.

# decrypt
SOPS_AGE_KEY_FILE=/path/to/your/key.txt sops --output path/to/file --decrypt path/to/sops-secret.file

# edit ...

# encrypt again (public age key comes from the .sops.yaml)
sops --output path/to/sops-secret.file -e path/to/file