mirror of
https://github.com/bitnami/charts.git
synced 2026-03-12 14:57:18 +08:00
[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:
@@ -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
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user