fix: (argo-rollouts) Add clusterInstall conditional around aggregate ClusterRoles (#484)
* add clusterinstall conditional around aggregate clusterroles Signed-off-by: Casey Clark <casey.clark@jamf.com> * bump chart version to 0.3.9 Signed-off-by: Casey Clark <casey.clark@jamf.com> Co-authored-by: Scott Cabrinha <scott@internaught.io>
This commit is contained in:
parent
15a76e56d0
commit
e7258346cc
2 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{{- if .Values.clusterInstall }}
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
|
|
@ -75,3 +76,4 @@ rules:
|
|||
- patch
|
||||
- update
|
||||
- watch
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue