Skip to content

Mildly modifed example from github.com/flant/shell-operator

Notifications You must be signed in to change notification settings

ondrejmo/copier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

copier

Replicates all Secrets in the copier namespace that have label copier set to 'true' to all other namespaces in given cluster. It's just a mildly modifed example from shell-operator, therefore all credit belongs to the authors of the original.

Difference from 104-secret-copier

  • doesn't need a custom container image (better for clusters without a private registry)
  • easily deployable as a Kustomize remote base/build
  • deployed as Deployment instead of just a Pod, therefore doesn't die when Pod is rescheduled
  • different label and namespace name (secret-copier -> copier)

About

Mildly modifed example from github.com/flant/shell-operator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages