Skip to content

Commit

Permalink
Add permission to set ConfigMap owner references to controller (#2007)
Browse files Browse the repository at this point in the history
This is needed to being able to set the owner reference of the
ConfigMaps to their associated pods.

Signed-off-by: Pierangelo Di Pilato <pierdipi@redhat.com>
  • Loading branch information
pierDipi authored Mar 16, 2022
1 parent beea315 commit cc53b41
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ rules:
- update
- get
- watch
- apiGroups:
- "*"
resources:
- configmaps/finalizers
verbs:
- update
- apiGroups:
- "*"
resources:
Expand Down

0 comments on commit cc53b41

Please sign in to comment.