[bitnami/*] fix typos (#4699)

* Fix typos

* Update bitnami/airflow/README.md

* fix minor typo

Co-authored-by: Marcos Bjoerkelund <marcos@bitnami.com>
This commit is contained in:
bl-ue
2020-12-14 03:17:49 -05:00
committed by GitHub
parent 61fc060c26
commit 49adc63b67
169 changed files with 429 additions and 431 deletions

View File

@@ -395,7 +395,7 @@ externalDatabase.dataflow.database=myskipperdatabase
NOTE: When using the indidual propertes (scheme, host, port, database, an optional jdbcParameters) this chart will format the JDBC URL as `jdbc:{scheme}://{host}:{port}/{database}{jdbcParameters}`. The URL format follows that of the MariaDB database drive but may not work for other database vendors.
To use an alternate database vendor (other than MariaDB) you can use the `externalDatabase.dataflow.url` and `externalDatabase.skipper.url` properties to provide the JDBC URLs for the dataflow server and skipper respectively. If these properties are defined, they will take precendence over the individual attributes. As an example of configuring an external MS SQL Server database:
To use an alternate database vendor (other than MariaDB) you can use the `externalDatabase.dataflow.url` and `externalDatabase.skipper.url` properties to provide the JDBC URLs for the dataflow server and skipper respectively. If these properties are defined, they will take precedence over the individual attributes. As an example of configuring an external MS SQL Server database:
```console
mariadb.enabled=false

View File

@@ -12,12 +12,12 @@ data:
wait-for-backends.sh: |-
#!/bin/bash
# Auxiliar functions
# Auxiliary functions
k8s_wait_for_statefulset() {
namespace=${1:?namespace is missing}
statefulset=${2:?statefulset name is missing}
local -i return_code=0
echo "Waiting for statefulset ${statefulset} to be successfully rolled out..."
kubectl rollout status --namespace "$namespace" statefulset "$statefulset" >/dev/null 2>&1 || return_code=$?
echo "Rollout exit code: '${return_code}'"
@@ -28,7 +28,7 @@ data:
{{- end }}
{{- if or .Values.skipper.enabled .Values.server.configuration.streamingEnabled }}
{{- if .Values.rabbitmq.enabled }}
k8s_wait_for_statefulset {{ $releaseNamespace }} {{ $rabbitmqFullname }}
k8s_wait_for_statefulset {{ $releaseNamespace }} {{ $rabbitmqFullname }}
{{- else if .Values.kafka.enabled }}
k8s_wait_for_statefulset {{ $releaseNamespace }} {{ $kafkaFullname }}
{{- end }}

View File

@@ -188,7 +188,7 @@ server:
##
customReadinessProbe: {}
## Dataflow Server Service paramaters.
## Dataflow Server Service parameters.
##
service:
## Service type.
@@ -490,7 +490,7 @@ skipper:
##
customReadinessProbe: {}
## Skipper Service paramaters.
## Skipper Service parameters.
##
service:
## Service type.

View File

@@ -188,7 +188,7 @@ server:
##
customReadinessProbe: {}
## Dataflow Server Service paramaters.
## Dataflow Server Service parameters.
##
service:
## Service type.
@@ -490,7 +490,7 @@ skipper:
##
customReadinessProbe: {}
## Skipper Service paramaters.
## Skipper Service parameters.
##
service:
## Service type.