Kubernetes controller that copies secrets into other namespaces.
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