Skip to content

Commit

Permalink
fix(operator): add missing rbac (#1180)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag authored Feb 2, 2024
1 parent 1ef0986 commit 80e5b88
Show file tree
Hide file tree
Showing 61 changed files with 56 additions and 3,589 deletions.
26 changes: 26 additions & 0 deletions components/operator/config/rbac/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,32 @@ rules:
- get
- patch
- update
- apiGroups:
- stack.formance.com
resources:
- migrations
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- stack.formance.com
resources:
- migrations/finalizers
verbs:
- update
- apiGroups:
- stack.formance.com
resources:
- migrations/status
verbs:
- get
- patch
- update
- apiGroups:
- stack.formance.com
resources:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,32 @@ rules:
- get
- patch
- update
- apiGroups:
- stack.formance.com
resources:
- migrations
verbs:
- create
- delete
- get
- list
- patch
- update
- watch
- apiGroups:
- stack.formance.com
resources:
- migrations/finalizers
verbs:
- update
- apiGroups:
- stack.formance.com
resources:
- migrations/status
verbs:
- get
- patch
- update
- apiGroups:
- stack.formance.com
resources:
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 80e5b88

Please sign in to comment.