Skip to content

Commit 6970c1b

Browse files
authoredApr 25, 2024··
[bitnami/multiple charts] Fix typo: "NetworkPolice" vs "NetworkPolicy" (#25348)
1 parent 2708bc3 commit 6970c1b

File tree

171 files changed

+366
-366
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+366
-366
lines changed
 

‎bitnami/airflow/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ The Bitnami Airflow chart relies on the PostgreSQL chart persistence. This means
344344
| `web.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` |
345345
| `web.networkPolicy.allowExternal` | Don't require client label for connections | `true` |
346346
| `web.networkPolicy.allowExternalEgress` | Allow the pod to access any range of port and all destinations. | `true` |
347-
| `web.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolice | `[]` |
347+
| `web.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolicy | `[]` |
348348
| `web.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` |
349349
| `web.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` |
350350
| `web.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` |
@@ -427,7 +427,7 @@ The Bitnami Airflow chart relies on the PostgreSQL chart persistence. This means
427427
| `scheduler.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` |
428428
| `scheduler.networkPolicy.allowExternal` | Don't require client label for connections | `true` |
429429
| `scheduler.networkPolicy.allowExternalEgress` | Allow the pod to access any range of port and all destinations. | `true` |
430-
| `scheduler.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolice | `[]` |
430+
| `scheduler.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolicy | `[]` |
431431
| `scheduler.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` |
432432
| `scheduler.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` |
433433
| `scheduler.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` |
@@ -524,7 +524,7 @@ The Bitnami Airflow chart relies on the PostgreSQL chart persistence. This means
524524
| `worker.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` |
525525
| `worker.networkPolicy.allowExternal` | Don't require client label for connections | `true` |
526526
| `worker.networkPolicy.allowExternalEgress` | Allow the pod to access any range of port and all destinations. | `true` |
527-
| `worker.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolice | `[]` |
527+
| `worker.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolicy | `[]` |
528528
| `worker.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` |
529529
| `worker.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` |
530530
| `worker.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` |
@@ -683,7 +683,7 @@ The Bitnami Airflow chart relies on the PostgreSQL chart persistence. This means
683683
| `metrics.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` |
684684
| `metrics.networkPolicy.allowExternal` | Don't require client label for connections | `true` |
685685
| `metrics.networkPolicy.allowExternalEgress` | Allow the pod to access any range of port and all destinations. | `true` |
686-
| `metrics.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolice | `[]` |
686+
| `metrics.networkPolicy.extraIngress` | Add extra ingress rules to the NetworkPolicy | `[]` |
687687
| `metrics.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` |
688688
| `metrics.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` |
689689
| `metrics.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` |

‎bitnami/airflow/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ web:
485485
## @param web.networkPolicy.allowExternalEgress Allow the pod to access any range of port and all destinations.
486486
##
487487
allowExternalEgress: true
488-
## @param web.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolice
488+
## @param web.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolicy
489489
## e.g:
490490
## extraIngress:
491491
## - ports:
@@ -806,7 +806,7 @@ scheduler:
806806
## @param scheduler.networkPolicy.allowExternalEgress Allow the pod to access any range of port and all destinations.
807807
##
808808
allowExternalEgress: true
809-
## @param scheduler.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolice
809+
## @param scheduler.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolicy
810810
## e.g:
811811
## extraIngress:
812812
## - ports:
@@ -1165,7 +1165,7 @@ worker:
11651165
## @param worker.networkPolicy.allowExternalEgress Allow the pod to access any range of port and all destinations.
11661166
##
11671167
allowExternalEgress: true
1168-
## @param worker.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolice
1168+
## @param worker.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolicy
11691169
## e.g:
11701170
## extraIngress:
11711171
## - ports:
@@ -1823,7 +1823,7 @@ metrics:
18231823
## @param metrics.networkPolicy.allowExternalEgress Allow the pod to access any range of port and all destinations.
18241824
##
18251825
allowExternalEgress: true
1826-
## @param metrics.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolice
1826+
## @param metrics.networkPolicy.extraIngress [array] Add extra ingress rules to the NetworkPolicy
18271827
## e.g:
18281828
## extraIngress:
18291829
## - ports:

0 commit comments

Comments
 (0)
Please sign in to comment.