[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

@@ -247,7 +247,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `server.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` |
| `server.networkPolicy.allowExternal` | Don't require server label for connections | `true` |
| `server.networkPolicy.allowExternalEgress` | Allow the pod to access any range of port and all destinations. | `true` |
| `server.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolice | `[]` |
| `server.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolicy | `[]` |
| `server.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` |
| `server.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` |
| `server.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` |
@@ -349,7 +349,7 @@ You can enable this initContainer by setting `volumePermissions.enabled` to `tru
| `dashboard.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` |
| `dashboard.networkPolicy.allowExternal` | Don't require label for connections | `true` |
| `dashboard.networkPolicy.allowExternalEgress` | Allow the pod to access any range of port and all destinations. | `true` |
| `dashboard.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolice | `[]` |
| `dashboard.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolicy | `[]` |
| `dashboard.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` |
| `dashboard.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` |
| `dashboard.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` |

View File

@@ -456,7 +456,7 @@ server:
## @param server.networkPolicy.allowExternalEgress Allow the pod to access any range of port and all destinations.
##
allowExternalEgress: true
## @param server.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolice
## @param server.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolicy
## e.g:
## extraIngress:
## - ports:
@@ -867,7 +867,7 @@ dashboard:
## @param dashboard.networkPolicy.allowExternalEgress Allow the pod to access any range of port and all destinations.
##
allowExternalEgress: true
## @param dashboard.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolice
## @param dashboard.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolicy
## e.g:
## extraIngress:
## - ports: