Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.45 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.45 KB

k8s-duplicator

Version: 1.0.0 Type: application AppVersion: 1.0.0

Kubernetes controller that copies secrets into other namespaces.

Values

Key Type Default Description
args list ["-leader-elect=true","-lease-id=7f779808"] CLI arguments that will be passed to the controller
fullnameOverride string ""
image.pullPolicy string "Always"
image.repository string "docker.io/nicktriller/k8s-duplicator"
image.tag string ""
nameOverride string ""
podSecurityContext object {"runAsNonRoot":true} securityContext for pod
replicaCount int 2 Only one replica is active at any time
resources object 250m-500m cpu and 256Mi memory Resource requests and limits
securityContext object {"allowPrivilegeEscalation":false,"capabilities":{"drop":["all"]}} securityContext for main container
serviceAccount object create serviceAccount serviceAccount settings
serviceMonitor.create bool false

Autogenerated from chart metadata using helm-docs v1.12.0