Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 748 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 748 Bytes

External Secrets Operator

External Secrets Operator that watches changes in external key-value backends to sync them with Kubernetes Secrets and ConfigMaps.

Supported Backends

Installing to a cluster

$ curl https://raw.githubusercontent.com/slamdev/external-secrets-operator/master/k8s/k8s.yaml | kubectl apply -f -

Check samples for usage examples.

Developing

# install all CRDs to a cluster
$ make install
# run operator in a cluster
$ make run
# deploy samples to a cluster
$ make samples