mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
refact(charts): add pod security policy for zfslocalpv charts (#290)
Signed-off-by: prateekpandey14 <prateek.pandey@mayadata.io>
This commit is contained in:
parent
36e0f69fd0
commit
62e5b57d90
4 changed files with 34 additions and 1 deletions
|
|
@ -118,6 +118,7 @@ The following table lists the configurable parameters of the OpenEBS ZFS Localpv
|
|||
| `zfsController.nodeSelector`| Nodeselector for zfs localpv controller statefulset pods| `""`|
|
||||
| `zfsController.tolerations` | zfs localpv controller statefulset's pod toleration values | `""`|
|
||||
| `zfsController.securityContext` | Seurity context for zfs localpv controller statefulset container | `""`|
|
||||
| `rbac.pspEnabled` | Enable PodSecurityPolicy | `false` |
|
||||
| `serviceAccount.zfsNode.create` | Create a service account for zfsnode or not| `true`|
|
||||
| `serviceAccount.zfsNode.name` | Name for the zfsnode service account| `openebs-zfs-node-sa`|
|
||||
| `serviceAccount.zfsController.create` | Create a service account for zfs localpv controller or not| `true`|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue