@@ -344,7 +344,7 @@ The Bitnami Airflow chart relies on the PostgreSQL chart persistence. This means
344
344
| `web.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` |
345
345
| `web.networkPolicy.allowExternal` | Don't require client label for connections | `true` |
346
346
| `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 | `[]` |
348
348
| `web.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` |
349
349
| `web.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` |
350
350
| `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
427
427
| `scheduler.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` |
428
428
| `scheduler.networkPolicy.allowExternal` | Don't require client label for connections | `true` |
429
429
| `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 | `[]` |
431
431
| `scheduler.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` |
432
432
| `scheduler.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` |
433
433
| `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
524
524
| `worker.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` |
525
525
| `worker.networkPolicy.allowExternal` | Don't require client label for connections | `true` |
526
526
| `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 | `[]` |
528
528
| `worker.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` |
529
529
| `worker.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` |
530
530
| `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
683
683
| `metrics.networkPolicy.enabled` | Specifies whether a NetworkPolicy should be created | `true` |
684
684
| `metrics.networkPolicy.allowExternal` | Don't require client label for connections | `true` |
685
685
| `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 | `[]` |
687
687
| `metrics.networkPolicy.extraEgress` | Add extra ingress rules to the NetworkPolicy | `[]` |
688
688
| `metrics.networkPolicy.ingressNSMatchLabels` | Labels to match to allow traffic from other namespaces | `{}` |
689
689
| `metrics.networkPolicy.ingressNSPodMatchLabels` | Pod labels to match to allow traffic from other namespaces | `{}` |
0 commit comments