Skip to content

codeformuenster/kubernetes-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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