feat(argo-rollouts): flag to disable clusterrole/clusterrolebinding creation (#1388)
* feat(argo-rollouts): Add flag to optionally disable the creation of cluster roles (even when running in cluster mode) Signed-off-by: Joshua Helton <jdoghelton@gmail.com> * fix README.md with helm-docs.sh Signed-off-by: Joshua Helton <jdoghelton@gmail.com> Signed-off-by: Joshua Helton <jdoghelton@gmail.com> Co-authored-by: JM <jmeridth@gmail.com>
This commit is contained in:
parent
2125c7ac71
commit
b029a6dde3
8 changed files with 21 additions and 8 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{- if .Values.clusterInstall }}
|
||||
{{- if and .Values.clusterInstall .Values.controller.createClusterRole }}
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
metadata:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{{- if .Values.clusterInstall }}
|
||||
{{- if and .Values.clusterInstall .Values.controller.createClusterRole }}
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRoleBinding
|
||||
metadata:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue