mirror of
https://github.com/helm/charts.git
synced 2026-09-05 12:27:30 +00:00
* [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
19 lines
287 B
YAML
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: []
|