Update argo chart for 2.4.2 (#130)

* Updating chart to 2.4.1

Adding a helm flag instead of --no-hooks for sustainability

Add better readme around CRDs

Fixing controller clusterrole

adding workflowtemplate to argo-ui clusterrole

* Bumping to newest patch

* Bumping to newest patch 2.4.2
This commit is contained in:
Andrew Suderman 2019-10-22 10:10:13 -06:00 committed by Saravanan Balasubramanian
parent 22607a897b
commit cc0746951b
8 changed files with 52 additions and 9 deletions

View file

@ -14,11 +14,12 @@ rules:
resources:
- workflows
- workflows/finalizers
- workflowtemplates
- workflowtemplates/finalizers
verbs:
- get
- list
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
@ -35,6 +36,8 @@ rules:
resources:
- workflows
- workflows/finalizers
- workflowtemplates
- workflowtemplates/finalizers
verbs:
- create
- delete
@ -44,7 +47,6 @@ rules:
- patch
- update
- watch
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
@ -61,6 +63,8 @@ rules:
resources:
- workflows
- workflows/finalizers
- workflowtemplates
- workflowtemplates/finalizers
verbs:
- create
- delete