Updated role to accommodate using a Helm release name other than "kured" (#9206)

* Updated role to accommodate using a Helm release name other than "kured"

Signed-off-by: Patrick M. Slattery <pslattery@mywebgrocer.com>

* update chart version 

the chart version should be bumped by more than a patch from this change.  Also since its a stable chart, we might as well bump it to a 1.0.0 release.

Signed-off-by: Paul Czarkowski <username.taken@gmail.com>
This commit is contained in:
Patrick M. Slattery
2018-12-17 08:23:10 -08:00
committed by Kubernetes Prow Robot
parent 7a79bfc805
commit 1ce10908a7
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -2,10 +2,13 @@ apiVersion: v1
appVersion: "1.1.0"
description: A Helm chart for kured
name: kured
version: 0.1.2
version: 1.0.0
home: https://github.com/weaveworks/kured
maintainers:
- name: plumdog
email: plummer574@gmail.com
- name: patrickmslatteryvt
email: pslattery@mi9retail.com
sources:
- https://github.com/weaveworks/kured
icon: https://raw.githubusercontent.com/weaveworks/kured/master/img/logo.png
+1 -1
View File
@@ -13,6 +13,6 @@ rules:
# Allow kured to lock/unlock itself
- apiGroups: ["extensions"]
resources: ["daemonsets"]
resourceNames: ["kured"]
resourceNames: ["{{ template "kured.fullname" . }}"]
verbs: ["update"]
{{- end -}}