Awesome
sopsencodedsecrets
A standalone repo with a single kustomize plugin.
Loads secrets from a sops-encoded file.
Based on https://github.com/Agilicus/kustomize-sops and the SecretsFromDatabase example plugin.
To do a standalone test:
git clone git@github.com:monopole/sopsencodedsecrets.git
cd sopsencodedsecrets
go test SopsEncodedSecrets_test.go
To see it work as a plugin, see this example.