Skip to content

Commit

Permalink
fix "Unable to retry workflow" on argo-server (argoproj#2409)
Browse files Browse the repository at this point in the history
  • Loading branch information
EDGsheryl authored Mar 13, 2020
1 parent dd3029a commit 3f8be0c
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ rules:
- get
- list
- watch
- delete
- apiGroups:
- ""
resources:
Expand Down
1 change: 1 addition & 0 deletions manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@ rules:
- get
- list
- watch
- delete
- apiGroups:
- ""
resources:
Expand Down
1 change: 1 addition & 0 deletions manifests/namespace-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ rules:
- get
- list
- watch
- delete
- apiGroups:
- ""
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ rules:
- get
- list
- watch
- delete
- apiGroups:
- ""
resources:
Expand Down
1 change: 1 addition & 0 deletions manifests/quick-start-mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ rules:
- get
- list
- watch
- delete
- apiGroups:
- ""
resources:
Expand Down
1 change: 1 addition & 0 deletions manifests/quick-start-no-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ rules:
- get
- list
- watch
- delete
- apiGroups:
- ""
resources:
Expand Down
1 change: 1 addition & 0 deletions manifests/quick-start-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ rules:
- get
- list
- watch
- delete
- apiGroups:
- ""
resources:
Expand Down
1 change: 1 addition & 0 deletions test/e2e/manifests/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ rules:
- get
- list
- watch
- delete
- apiGroups:
- ""
resources:
Expand Down
1 change: 1 addition & 0 deletions test/e2e/manifests/no-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ rules:
- get
- list
- watch
- delete
- apiGroups:
- ""
resources:
Expand Down
1 change: 1 addition & 0 deletions test/e2e/manifests/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ rules:
- get
- list
- watch
- delete
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 3f8be0c

Please sign in to comment.