mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
Kubernetes Prow Robot
parent
7a79bfc805
commit
1ce10908a7
@@ -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
|
||||
|
||||
@@ -13,6 +13,6 @@ rules:
|
||||
# Allow kured to lock/unlock itself
|
||||
- apiGroups: ["extensions"]
|
||||
resources: ["daemonsets"]
|
||||
resourceNames: ["kured"]
|
||||
resourceNames: ["{{ template "kured.fullname" . }}"]
|
||||
verbs: ["update"]
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user