Skip to content

Commit

Permalink
explicitly grant flyteworkflow finalizer permissions to flytepropeller (
Browse files Browse the repository at this point in the history
#930)

* explicitly grant flyteworkflow finalizer permissions to flytepropeller

Signed-off-by: akumor <akumor@gmail.com>

* add kustomize output after adding flyteworkflows/finalizers rbac

Signed-off-by: akumor <akumor@gmail.com>
Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com>
  • Loading branch information
akumor authored and EngHabu committed May 28, 2021
1 parent 64e6e0e commit a30e703
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/eks/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7737,6 +7737,7 @@ rules:
- flyte.lyft.com
resources:
- flyteworkflows
- flyteworkflows/finalizers
verbs:
- get
- list
Expand Down
1 change: 1 addition & 0 deletions deployment/gcp/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7733,6 +7733,7 @@ rules:
- flyte.lyft.com
resources:
- flyteworkflows
- flyteworkflows/finalizers
verbs:
- get
- list
Expand Down
1 change: 1 addition & 0 deletions deployment/sandbox/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1900,6 +1900,7 @@ rules:
- flyte.lyft.com
resources:
- flyteworkflows
- flyteworkflows/finalizers
verbs:
- get
- list
Expand Down
1 change: 1 addition & 0 deletions deployment/test/flyte_generated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ rules:
- flyte.lyft.com
resources:
- flyteworkflows
- flyteworkflows/finalizers
verbs:
- get
- list
Expand Down
1 change: 1 addition & 0 deletions kustomize/base/propeller/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ rules:
- flyte.lyft.com
resources:
- flyteworkflows
- flyteworkflows/finalizers
verbs:
- get
- list
Expand Down

0 comments on commit a30e703

Please sign in to comment.