ksops

Kustomize plugin for seamless SOPS encrypted resource management

brewmacoslinux
Try with needOr install directly
Source

About

Flexible Kustomize Plugin for SOPS Encrypted Resources

Commands

ksops

Examples

Decrypt and apply SOPS-encrypted Kustomize resources to cluster$ kustomize build --enable-alpha-plugins . | kubectl apply -f -
Generate decrypted manifests from encrypted kustomization files$ kustomize build --enable-alpha-plugins . > decrypted-output.yaml
Validate encrypted resources without applying them$ kustomize build --enable-alpha-plugins . | kubectl apply --dry-run=client -f -