[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

@@ -38,7 +38,7 @@ To uninstall/delete the `my-release` deployment:
$ helm delete --purge my-release
```
Additionaly, if `persistence.resourcePolicy` is set to `keep`, you should manually delete the PVCs.
Additionally, if `persistence.resourcePolicy` is set to `keep`, you should manually delete the PVCs.
## Parameters
@@ -155,8 +155,8 @@ The following table lists the configurable parameters of the PostgreSQL HA chart
| `pgpoolImage.pullPolicy` | Pgpool image pull policy | `IfNotPresent` |
| `pgpoolImage.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) |
| `pgpoolImage.debug` | Specify if debug logs should be enabled | `false` |
| `pgpool.customUsers.usernames` | Comma or semicolon separeted list of postgres usernames to be added to pgpool_passwd | `nil` |
| `pgpool.customUsers.passwords` | Comma or semicolon separeted list of the associated passwords for the users to be added to pgpool_passwd | `nil` |
| `pgpool.customUsers.usernames` | Comma or semicolon separated list of postgres usernames to be added to pgpool_passwd | `nil` |
| `pgpool.customUsers.passwords` | Comma or semicolon separated list of the associated passwords for the users to be added to pgpool_passwd | `nil` |
| `pgpool.customUsersSecret` | Name of a secret containing the usernames and passwords of accounts that will be added to pgpool_passwd | `nil` |
| `pgpool.srCheckDatabase` | Name of the database to perform streaming replication checks | `postgres` |
| `pgpool.labels` | Map of labels to add to the deployment. Evaluated as a template | `{}` |
@@ -204,7 +204,7 @@ The following table lists the configurable parameters of the PostgreSQL HA chart
| `pgpool.clientMinMessages` | Log level for clients | `error` |
| `pgpool.numInitChildren` | The number of preforked Pgpool-II server processes. | `32` |
| `pgpool.maxPool` | The maximum number of cached connections in each child process | `15` |
| `pgpool.childMaxConnections` | The maximum number of client connections in each child proces | `nil` |
| `pgpool.childMaxConnections` | The maximum number of client connections in each child process | `nil` |
| `pgpool.childLifeTime` | The time in seconds to terminate a Pgpool-II child process if it remains idle | `nil` |
| `pgpool.clientIdleLimit` | The time in seconds to disconnect a client if it remains idle since the last query | `nil` |
| `pgpool.connectionLifeTime` | The time in seconds to terminate the cached connections to the PostgreSQL backend | `nil` |

View File

@@ -1,3 +1,3 @@
You can copy here your custom `.sh` file(s) so they are executed everytime Pgpool container is initialized
You can copy here your custom `.sh` file(s) so they are executed every time Pgpool container is initialized
More info in the [bitnami-docker-pgpool](https://github.com/bitnami/bitnami-docker-postgresql-repmgr#initializing-with-custom-scripts) repository.

View File

@@ -568,7 +568,7 @@ postgresql-ha: Nodes hostnames
{{- end -}}
{{- end -}}
{{/* Validate values of PostgreSQL HA - must provide mandatory LDAP paremeters when LDAP is enabled */}}
{{/* Validate values of PostgreSQL HA - must provide mandatory LDAP parameters when LDAP is enabled */}}
{{- define "postgresql-ha.validateValues.ldap" -}}
{{- if and .Values.ldap.enabled (or (empty .Values.ldap.uri) (empty .Values.ldap.base) (empty .Values.ldap.binddn) (empty .Values.ldap.bindpw)) -}}
postgresql-ha: LDAP

View File

@@ -81,7 +81,7 @@ spec:
{{- if .Values.pgpool.initContainers }}
{{- include "common.tplvalues.render" (dict "value" .Values.pgpool.initContainers "context" $) | nindent 8 }}
{{- end }}
# Auxiliar vars to populate environment variables
# Auxiliary vars to populate environment variables
{{- $postgresqlReplicaCount := int .Values.postgresql.replicaCount }}
{{- $postgresqlFullname := include "postgresql-ha.postgresql" . }}
{{- $postgresqlHeadlessServiceName := printf "%s-headless" (include "postgresql-ha.postgresql" .) }}

View File

@@ -26,7 +26,7 @@ data:
. /opt/bitnami/scripts/libpostgresql.sh
. /opt/bitnami/scripts/librepmgr.sh
# Auxiliar functions
# Auxiliary functions
is_new_primary_ready() {
return_value=1
currenty_primary_node="$(repmgr_get_primary_node)"

View File

@@ -104,7 +104,7 @@ spec:
{{- if .Values.postgresql.containerSecurityContext.enabled }}
securityContext: {{- omit .Values.postgresql.containerSecurityContext "enabled" | toYaml | nindent 12 }}
{{- end }}
# Auxiliar vars to populate environment variables
# Auxiliary vars to populate environment variables
{{- $postgresqlReplicaCount := int .Values.postgresql.replicaCount }}
{{- $postgresqlFullname := include "postgresql-ha.postgresql" . }}
{{- $postgresqlHeadlessServiceName := printf "%s-headless" (include "postgresql-ha.postgresql" .) }}

View File

@@ -197,7 +197,7 @@ postgresql:
##
command:
## Container args (using container default if ot set)
## Container args (using container default if not set)
##
args:
@@ -455,7 +455,7 @@ pgpool:
## will be appended to the "pgpool_passwd" file
##
customUsers: {}
## Comma or semicolon separeted list of postgres usernames
## Comma or semicolon separated list of postgres usernames
# usernames: 'user01;user02'
## Comma or semicolon separated list of the associated passwords for the
@@ -575,7 +575,7 @@ pgpool:
##
command:
## Container args (using container default if ot set)
## Container args (using container default if not set)
##
args:
@@ -702,7 +702,7 @@ pgpool:
# configurationCM:
## initdb scripts
## Specify dictionary of scripts to be run everytime Pgpool container is initialized
## Specify dictionary of scripts to be run every time Pgpool container is initialized
## Alternatively, you can put your scripts under the files/pgpool-entrypoint-initdb.d directory
##
# initdbScripts:
@@ -710,7 +710,7 @@ pgpool:
# #!/bin/sh
# echo "Do something."
## ConfigMap with scripts to be run everytime Pgpool container is initialized
## ConfigMap with scripts to be run every time Pgpool container is initialized
## NOTE: This will override pgpool.initdbScripts
##
# initdbScriptsCM:
@@ -766,7 +766,7 @@ ldap:
tlsReqcert:
nssInitgroupsIgnoreusers: root,nslcd
## Init Container paramaters
## Init Container parameters
##
volumePermissions:
enabled: false
@@ -868,7 +868,7 @@ metrics:
##
metricRelabelings: []
## Persistence paramaters
## Persistence parameters
##
persistence:
enabled: true
@@ -904,7 +904,7 @@ persistence:
## app: my-app
selector: {}
## PgPool service paramaters
## PgPool service parameters
##
service:
## Service type
@@ -934,7 +934,7 @@ service:
##
annotations: {}
## NetworkPolicy paramaters
## NetworkPolicy parameters
##
networkPolicy:
enabled: true

View File

@@ -197,7 +197,7 @@ postgresql:
##
command:
## Container args (using container default if ot set)
## Container args (using container default if not set)
##
args:
@@ -455,7 +455,7 @@ pgpool:
## will be appended to the "pgpool_passwd" file
##
customUsers: {}
## Comma or semicolon separeted list of postgres usernames
## Comma or semicolon separated list of postgres usernames
# usernames: 'user01;user02'
## Comma or semicolon separated list of the associated passwords for the
@@ -491,7 +491,7 @@ pgpool:
##
command:
## Container args (using container default if ot set)
## Container args (using container default if not set)
##
args:
@@ -703,7 +703,7 @@ pgpool:
# configurationCM:
## initdb scripts
## Specify dictionary of scripts to be run everytime Pgpool container is initialized
## Specify dictionary of scripts to be run every time Pgpool container is initialized
## Alternatively, you can put your scripts under the files/pgpool-entrypoint-initdb.d directory
##
# initdbScripts:
@@ -711,12 +711,12 @@ pgpool:
# #!/bin/sh
# echo "Do something."
## ConfigMap with scripts to be run everytime Pgpool container is initialized
## ConfigMap with scripts to be run every time Pgpool container is initialized
## NOTE: This will override pgpool.initdbScripts
##
# initdbScriptsCM:
## Secret with scripts to be run everytime Pgpool container is initialized
## Secret with scripts to be run every time Pgpool container is initialized
## Note: can be used with initdbScriptsCM or initdbScripts
##
# initdbScriptsSecret:
@@ -767,7 +767,7 @@ ldap:
tlsReqcert:
nssInitgroupsIgnoreusers: root,nslcd
## Init Container paramaters
## Init Container parameters
##
volumePermissions:
enabled: false
@@ -871,7 +871,7 @@ metrics:
##
metricRelabelings: []
## Persistence paramaters
## Persistence parameters
##
persistence:
enabled: true
@@ -907,7 +907,7 @@ persistence:
## app: my-app
selector: {}
## PgPool service paramaters
## PgPool service parameters
##
service:
## Service type
@@ -937,7 +937,7 @@ service:
##
annotations: {}
## NetworkPolicy paramaters
## NetworkPolicy parameters
##
networkPolicy:
enabled: false