No description
- Go Template 52.8%
- Shell 47.2%
| deployment | ||
| .gitignore | ||
| .sops.yaml | ||
| kustomize-build.sh | ||
| README.md | ||
sops-secrets-operator
https://github.com/isindir/sops-secrets-operator
kustomize-build.sh- use this script to render the chart locally
Why this operator?
- Normally I use an Argo CD SOPS Plugin which decrypts all secrets in the deployment repository.
- This is done before calling kubectl.
- Thus encrypted resources loaded by kubectl from remote sources were not decrypted.
- This is the case for secrets from my K8up Backup Resources.
- There I use the custom resouces SopsSecret which is decrypted by the sops-secrets-operator and transformed into a Kubernetes secret.