Skip to content

slamdev/external-secrets-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Sync Vault secrets with your kube cluster

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published