Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
added permissions explicitly for cloud-native-postgresql-image-list c…
…onfigmap

Signed-off-by: Henry H Li <henry.h.li@ibm.com>
  • Loading branch information
bitscuit committed Dec 13, 2023
commit 787130a26763bc2601d7aaa6cd8bb740a4b5011f
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,19 @@ spec:
verbs:
- delete
- update
- apiGroups:
- ""
resourceNames:
- cloud-native-postgresql-image-list
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this the ONLY configmap which we need to update?

resources:
- configmaps
verbs:
- create
- get
- list
- watch
- update
- delete
- apiGroups:
- ""
resources:
Expand Down