Skip to content

Commit

Permalink
Add watch, list permission
Browse files Browse the repository at this point in the history
Signed-off-by: ashraful <[email protected]>
  • Loading branch information
AshrafulHaqueToni committed Jan 19, 2024
1 parent 5eb8814 commit f8438b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions charts/kubedb-catalog/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch
| psp.redis.privileged | | <code>false</code> |
| psp.kafka.allowPrivilegeEscalation | | <code>false</code> |
| psp.kafka.privileged | | <code>false</code> |
| psp.singlestore.allowPrivilegeEscalation | | <code>false</code> |
| psp.singlestore.privileged | | <code>false</code> |
| skipDeprecated | Set true to avoid deploying deprecated versions | <code>true</code> |


Expand Down
3 changes: 0 additions & 3 deletions charts/kubedb-catalog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ psp:
kafka:
allowPrivilegeEscalation: false
privileged: false
singlestore:
allowPrivilegeEscalation: false
privileged: false

# Set true to avoid deploying deprecated versions
skipDeprecated: true
2 changes: 1 addition & 1 deletion charts/kubedb-provisioner/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ rules:
- ""
resources:
- serviceaccounts
verbs: ["create", "delete", "get", "patch", "deletecollection"]
verbs: ["create", "delete", "get", "watch", "list", "patch", "deletecollection"]
- apiGroups:
- apps
resources:
Expand Down

0 comments on commit f8438b1

Please sign in to comment.