Files
deprecated-helm-charts/stable/kured/values.yaml
T
Andrew Plummer f9c7298f4e [stable/kured] Add initial chart (#6470)
* [incubator/kured] Add initial chart

* [incubator/kured] CR: Add home and maintainers to Chart.yaml

* [incubator/kured] CR: Add sources to Chart.yaml

* [incubator/kured] CR: Fix apiVersion for DaemonSet

* [incubator/kured] CR: wrap ServiceAccount in rbac.create

* [incubator/kured] Exlicitly set .spec.selector for the DaemonSet

* [stable/kured] Move from incubator to stable

* [stable/kured] CR: Update for RBAC/ServiceAccount best practices

* CR: linting, remove extra space

* CR: allow tolerations for daemonset
2018-08-15 13:26:04 -07:00

19 lines
287 B
YAML

image:
repository: quay.io/weaveworks/kured
# Appears to be without numbered numbered tags, so using this instead
tag: master-c42fff3
pullPolicy: IfNotPresent
extraArgs: {}
rbac:
create: true
serviceAccount:
create: true
name:
updateStrategy: OnDelete
tolerations: []