[bitnami/*] docs: fix copy-paste typos with wrong references to Airflow (#30541)

Signed-off-by: juan131 <jariza@vmware.com>
This commit is contained in:
Juan Ariza Toledano
2024-11-20 12:02:26 +01:00
committed by GitHub
parent 41ace25a4d
commit 0a225d44c1
7 changed files with 28 additions and 28 deletions

View File

@@ -712,12 +712,12 @@ ingress:
## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-rules
## e.g:
## extraRules:
## - host: airflow.local
## - host: keycloak.local
## http:
## path: /
## backend:
## service:
## name: airflow-svc
## name: keycloak
## port:
## name: http
##
@@ -824,12 +824,12 @@ adminIngress:
## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-rules
## e.g:
## extraRules:
## - host: airflow.local
## - host: keycloak.local
## http:
## path: /
## backend:
## service:
## name: airflow-svc
## name: keycloak
## port:
## name: http
##