Add NetworkPolicy support (#8928)
* Add NetworkPolicy support * add doc for np
This commit is contained in:
parent
730174f73d
commit
1791b62e45
3 changed files with 21 additions and 0 deletions
|
|
@ -249,6 +249,7 @@ Kubernetes: `>=1.20.0-0`
|
|||
| controller.admissionWebhooks.key | string | `"/usr/local/certificates/key"` | |
|
||||
| controller.admissionWebhooks.labels | object | `{}` | Labels to be added to admission webhooks |
|
||||
| controller.admissionWebhooks.namespaceSelector | object | `{}` | |
|
||||
| controller.admissionWebhooks.networkPolicyEnabled | bool | `false` | |
|
||||
| controller.admissionWebhooks.objectSelector | object | `{}` | |
|
||||
| controller.admissionWebhooks.patch.enabled | bool | `true` | |
|
||||
| controller.admissionWebhooks.patch.fsGroup | int | `2000` | |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue