From f8438b15be4141400d192df8f630adf1afa32710 Mon Sep 17 00:00:00 2001 From: ashraful Date: Fri, 19 Jan 2024 19:54:51 +0600 Subject: [PATCH] Add watch, list permission Signed-off-by: ashraful --- charts/kubedb-catalog/README.md | 2 -- charts/kubedb-catalog/values.yaml | 3 --- charts/kubedb-provisioner/templates/cluster-role.yaml | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/charts/kubedb-catalog/README.md b/charts/kubedb-catalog/README.md index 9d6d74560..ef7e64b8e 100644 --- a/charts/kubedb-catalog/README.md +++ b/charts/kubedb-catalog/README.md @@ -97,8 +97,6 @@ The following table lists the configurable parameters of the `kubedb-catalog` ch | psp.redis.privileged | | false | | psp.kafka.allowPrivilegeEscalation | | false | | psp.kafka.privileged | | false | -| psp.singlestore.allowPrivilegeEscalation | | false | -| psp.singlestore.privileged | | false | | skipDeprecated | Set true to avoid deploying deprecated versions | true | diff --git a/charts/kubedb-catalog/values.yaml b/charts/kubedb-catalog/values.yaml index 441561d6f..eeb84fd7d 100644 --- a/charts/kubedb-catalog/values.yaml +++ b/charts/kubedb-catalog/values.yaml @@ -78,9 +78,6 @@ psp: kafka: allowPrivilegeEscalation: false privileged: false - singlestore: - allowPrivilegeEscalation: false - privileged: false # Set true to avoid deploying deprecated versions skipDeprecated: true diff --git a/charts/kubedb-provisioner/templates/cluster-role.yaml b/charts/kubedb-provisioner/templates/cluster-role.yaml index 4c6f0b632..73f7db3d8 100644 --- a/charts/kubedb-provisioner/templates/cluster-role.yaml +++ b/charts/kubedb-provisioner/templates/cluster-role.yaml @@ -31,7 +31,7 @@ rules: - "" resources: - serviceaccounts - verbs: ["create", "delete", "get", "patch", "deletecollection"] + verbs: ["create", "delete", "get", "watch", "list", "patch", "deletecollection"] - apiGroups: - apps resources: