Skip to content

Commit

Permalink
Add permission to set ConfigMap owner references to controller
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 committed Mar 16, 2022
1 parent beea315 commit cbe3fed
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 cbe3fed

Please sign in to comment.