[bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348)

This commit is contained in:
Sean Killeen
2024-04-25 02:13:12 -04:00
committed by GitHub
parent 2708bc3a9e
commit 6970c1ba24
171 changed files with 366 additions and 366 deletions

View File

@@ -155,7 +155,7 @@ Installing the Node Exporter chart in `Deployment` mode will overwrite `hostNetw
| `networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` |
| `networkPolicy.allowExternal` | Don't require server label for connections | `true` |
| `networkPolicy.allowExternalEgress` | Allow the pod to access any range of port and all destinations. | `true` |
| `networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolice | `[]` |
| `networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolicy | `[]` |
| `networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` |
| `networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` |
| `networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` |