Skip to content

Commit

Permalink
Change: make active-monitor support latest argo-wf-controller
Browse files Browse the repository at this point in the history
Signed-off-by: jhu02 <[email protected]>
  • Loading branch information
jhu02 authored and jhu02 committed Mar 7, 2022
1 parent 4ced5f2 commit 680c905
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ rules:
resources:
- workflow
- workflows
- workflowtasksets
verbs:
- create
- delete
Expand Down
1 change: 1 addition & 0 deletions deploy/deploy-active-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rules:
- configmaps
- secrets
- workflows
- workflowtasksets
- serviceaccounts
- roles
- rolebindings
Expand Down
12 changes: 10 additions & 2 deletions deploy/deploy-argo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,8 @@ rules:
- cronworkflows/finalizers
- clusterworkflowtemplates
- clusterworkflowtemplates/finalizers
- workflowtasksets
- workflowtasksets/finalizers
verbs:
- create
- delete
Expand Down Expand Up @@ -275,6 +277,8 @@ rules:
- cronworkflows/finalizers
- clusterworkflowtemplates
- clusterworkflowtemplates/finalizers
- workflowtasksets
- workflowtasksets/finalizers
verbs:
- create
- delete
Expand Down Expand Up @@ -305,6 +309,8 @@ rules:
- cronworkflows/finalizers
- clusterworkflowtemplates
- clusterworkflowtemplates/finalizers
- workflowtasksets
- workflowtasksets/finalizers
verbs:
- get
- list
Expand Down Expand Up @@ -349,6 +355,8 @@ rules:
resources:
- workflows
- workflows/finalizers
- workflowtasksets
- workflowtasksets/finalizers
verbs:
- get
- list
Expand Down Expand Up @@ -474,7 +482,7 @@ spec:
- --configmap
- workflow-controller-configmap
- --executor-image
- argoproj/argoexec:v3.0.7
- argoproj/argoexec:v3.2.6
command:
- workflow-controller
env:
Expand All @@ -483,7 +491,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.name
image: argoproj/workflow-controller:v3.0.7
image: argoproj/workflow-controller:v3.2.6
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down

0 comments on commit 680c905

Please sign in to comment.