mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* kured - add psp configuration capabilities Signed-off-by: Maxime VISONNEAU <maxime.visonneau@gmail.com> * update minor version Signed-off-by: Maor Friedman <maor.friedman@redhat.com>
30 lines
373 B
YAML
30 lines
373 B
YAML
image:
|
|
repository: weaveworks/kured
|
|
tag: 1.2.0
|
|
pullPolicy: IfNotPresent
|
|
pullSecrets: []
|
|
|
|
extraArgs: {}
|
|
|
|
rbac:
|
|
create: true
|
|
|
|
podSecurityPolicy:
|
|
create: false
|
|
|
|
serviceAccount:
|
|
create: true
|
|
name:
|
|
|
|
updateStrategy: OnDelete
|
|
|
|
tolerations:
|
|
- key: node-role.kubernetes.io/master
|
|
effect: NoSchedule
|
|
|
|
priorityClassName: ""
|
|
|
|
nodeSelector: {}
|
|
|
|
podAnnotations: {}
|