[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

@@ -745,7 +745,7 @@ export REDIS_PASSWORD=$(kubectl get secret --namespace default discourse-redis -
export POSTGRESQL_PVC=$(kubectl get pvc -l app.kubernetes.io/instance=discourse,app.kubernetes.io/name=postgresql,role=primary -o jsonpath="{.items[0].metadata.name}")
```
1. Delete the Airflow worker & PostgreSQL statefulset (notice the option _--cascade=false_):
1. Delete the Discourse worker & PostgreSQL statefulset (notice the option _--cascade=false_):
```console
kubectl delete statefulsets.apps --cascade=false discourse-postgresql
@@ -769,7 +769,7 @@ helm upgrade discourse bitnami/discourse \
--set redis.cluster.enabled=true
```
1. Delete the existing Airflow worker & PostgreSQL pods and the new statefulset will create a new one:
1. Delete the existing Discourse worker & PostgreSQL pods and the new statefulset will create a new one:
```console
kubectl delete pod discourse-postgresql-0

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
##

View File

@@ -750,7 +750,7 @@ A default `StorageClass` is needed in the Kubernetes cluster to dynamically prov
| --------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| `rbac.create` | Create Role and RoleBinding (required for PSP to work) | `false` |
| `rbac.rules` | Custom RBAC rules to set | `[]` |
| `serviceAccount.create` | Enable creation of ServiceAccount for Airflow pods | `true` |
| `serviceAccount.create` | Specifies whether a ServiceAccount should be created | `true` |
| `serviceAccount.name` | The name of the ServiceAccount to use. | `""` |
| `serviceAccount.annotations` | Additional custom annotations for the ServiceAccount | `{}` |
| `serviceAccount.automountServiceAccountToken` | Allows auto mount of ServiceAccountToken on the serviceAccount created | `false` |

View File

@@ -1666,7 +1666,7 @@ rbac:
## ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
##
serviceAccount:
## @param serviceAccount.create Enable creation of ServiceAccount for Airflow pods
## @param serviceAccount.create Specifies whether a ServiceAccount should be created
##
create: true
## @param serviceAccount.name The name of the ServiceAccount to use.

View File

@@ -211,9 +211,9 @@ For annotations, please see [this document](https://github.com/kubernetes/ingres
### Common parameters
| Name | Description | Value |
| ------------------------ | ---------------------------------------------------------------------------------------------------- | --------------- |
| `nameOverride` | String to partially override airflow.fullname template with a string (will prepend the release name) | `""` |
| `fullnameOverride` | String to fully override airflow.fullname template with a string | `""` |
| ------------------------ | --------------------------------------------------------------------------------------------------------- | --------------- |
| `nameOverride` | String to partially override common.names.fullname template with a string (will prepend the release name) | `""` |
| `fullnameOverride` | String to fully override common.names.fullname template with a string | `""` |
| `namespaceOverride` | String to fully override common.names.namespace | `""` |
| `commonLabels` | Labels to add to all deployed objects | `{}` |
| `commonAnnotations` | Annotations to add to all deployed objects | `{}` |

View File

@@ -31,10 +31,10 @@ global:
##
kubeVersion: ""
## @section Common parameters
## @param nameOverride String to partially override airflow.fullname template with a string (will prepend the release name)
## @param nameOverride String to partially override common.names.fullname template with a string (will prepend the release name)
##
nameOverride: ""
## @param fullnameOverride String to fully override airflow.fullname template with a string
## @param fullnameOverride String to fully override common.names.fullname template with a string
##
fullnameOverride: ""
## @param namespaceOverride String to fully override common.names.namespace
@@ -678,7 +678,7 @@ ingress:
## Please see README.md for more information
## e.g:
## secrets:
## - name: odoo.local-tls
## - name: schema-registry.local-tls
## key: |-
## -----BEGIN RSA PRIVATE KEY-----
## ...
@@ -693,12 +693,12 @@ ingress:
## ref: https://kubernetes.io/docs/concepts/services-networking/ingress/#ingress-rules
## e.g:
## extraRules:
## - host: airflow.local
## - host: schema-registry.local
## http:
## path: /
## backend:
## service:
## name: airflow-svc
## name: schema-registry
## port:
## name: http
##

View File

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