From 0092a4758666ddaa1206844a2eb5b6e38148b81b Mon Sep 17 00:00:00 2001 From: Niraj Yadav Date: Mon, 5 Aug 2024 14:48:55 +0530 Subject: [PATCH] doc: Remove podSecurityPolicy from helm docs Fixes: #4714 Signed-off-by: Niraj Yadav --- charts/ceph-csi-cephfs/README.md | 4 +--- charts/ceph-csi-rbd/README.md | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/charts/ceph-csi-cephfs/README.md b/charts/ceph-csi-cephfs/README.md index 703b923ff..1769e3f28 100644 --- a/charts/ceph-csi-cephfs/README.md +++ b/charts/ceph-csi-cephfs/README.md @@ -135,7 +135,6 @@ charts and their default values. | `nodeplugin.forcecephkernelclient` | Set to true to enable Ceph Kernel clients on kernel < 4.17 which support quotas | `true` | | `nodeplugin.kernelmountoptions` | Comma separated string of mount options accepted by cephfs kernel mounter quotas | `""` | | `nodeplugin.fusemountoptions` | Comma separated string of mount options accepted by ceph-fuse mounter quotas | `""` | -| `nodeplugin.podSecurityPolicy.enabled` | If true, create & use [Pod Security Policy resources](https://kubernetes.io/docs/concepts/policy/pod-security-policy/). | `false` | | `provisioner.name` | Specifies the name of provisioner | `provisioner` | | `provisioner.replicaCount` | Specifies the replicaCount | `3` | | `provisioner.timeout` | GRPC timeout for waiting for creation or deletion of a volume | `60s` | @@ -163,7 +162,6 @@ charts and their default values. | `provisioner.nodeSelector` | Specifies the node selector for provisioner deployment | `{}` | | `provisioner.tolerations` | Specifies the tolerations for provisioner deployment | `{}` | | `provisioner.affinity` | Specifies the affinity for provisioner deployment | `{}` | -| `provisioner.podSecurityPolicy.enabled` | Specifies whether podSecurityPolicy is enabled | `false` | | `provisioner.podSecurityContext` | Specifies pod-level security context. | `{}` | | `provisionerSocketFile` | The filename of the provisioner socket | `csi-provisioner.sock` | | `pluginSocketFile` | The filename of the plugin socket | `csi.sock` | @@ -210,5 +208,5 @@ Specify each parameter using the --set key=value argument to helm install. For Example: ```bash -helm install --set configMapName=ceph-csi-config --set provisioner.podSecurityPolicy.enabled=true +helm install --set configMapName=ceph-csi-config ``` diff --git a/charts/ceph-csi-rbd/README.md b/charts/ceph-csi-rbd/README.md index e18ee51b8..c516d4106 100644 --- a/charts/ceph-csi-rbd/README.md +++ b/charts/ceph-csi-rbd/README.md @@ -134,7 +134,6 @@ charts and their default values. | `nodeplugin.podSecurityContext` | Specifies pod-level security context. | `{}` | | `nodeplugin.nodeSelector` | Kubernetes `nodeSelector` to add to the Daemonset | `{}` | | `nodeplugin.tolerations` | List of Kubernetes `tolerations` to add to the Daemonset | `{}` | -| `nodeplugin.podSecurityPolicy.enabled` | If true, create & use [Pod Security Policy resources](https://kubernetes.io/docs/concepts/policy/pod-security-policy/). | `false` | | `provisioner.name` | Specifies the name of provisioner | `provisioner` | | `provisioner.replicaCount` | Specifies the replicaCount | `3` | | `provisioner.defaultFSType` | Specifies the default Fstype | `ext4` | @@ -176,7 +175,6 @@ charts and their default values. | `provisioner.nodeSelector` | Specifies the node selector for provisioner deployment | `{}` | | `provisioner.tolerations` | Specifies the tolerations for provisioner deployment | `{}` | | `provisioner.affinity` | Specifies the affinity for provisioner deployment | `{}` | -| `provisioner.podSecurityPolicy.enabled` | Specifies whether podSecurityPolicy is enabled | `false` | | `topology.enabled` | Specifies whether topology based provisioning support should be exposed by CSI | `false` | | `topology.domainLabels` | DomainLabels define which node labels to use as domains for CSI nodeplugins to advertise their domains | `{}` | | `readAffinity.enabled` | Enable read affinity for RBD volumes. Recommended to set to true if running kernel 5.8 or newer. | `false` | @@ -238,5 +236,5 @@ Specify each parameter using the --set key=value argument to helm install. For Example: ```bash -helm install --set configMapName=ceph-csi-config --set provisioner.podSecurityPolicy.enabled=true +helm install --set configMapName=ceph-csi-config ```