No description
This repository has been archived on 2026-05-06. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Go Template 52.8%
  • Shell 47.2%
Find a file
2025-03-03 22:26:02 +01:00
deployment feat(deployment): include CRDs in kustomization.yaml 2025-03-03 14:57:40 +01:00
.gitignore initial commit 2025-03-03 13:29:39 +01:00
.sops.yaml initial commit 2025-03-03 13:29:39 +01:00
kustomize-build.sh initial commit 2025-03-03 13:29:39 +01:00
README.md docs: add README.md with project overview and usage instructions 2025-03-03 22:26:02 +01:00

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.