[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

@@ -330,7 +330,7 @@ There are cases where you may want to deploy extra objects, such a ConfigMap con
### Setting Pod's affinity
This chart allows you to set your custom affinity using the `affinity` paremeter. Find more infomation about Pod's affinity in the [kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity).
This chart allows you to set your custom affinity using the `affinity` parameter. Find more information about Pod's affinity in the [kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity).
As an alternative, you can use of the preset configurations for pod affinity, pod anti-affinity, and node affinity available at the [bitnami/common](https://github.com/bitnami/charts/tree/master/bitnami/common#affinities) chart. To do so, set the `podAffinityPreset`, `podAntiAffinityPreset`, or `nodeAffinityPreset` parameters.
@@ -351,7 +351,7 @@ helm install nats-v1 --set natsFilename=gnatsd --set image.tag=1.4.1 bitnami/nat
### To 6.0.0
- Some parameters were renamed or dissapeared in favor of new ones on this major version. For instance:
- Some parameters were renamed or disappeared in favor of new ones on this major version. For instance:
- `securityContext.*` is deprecated in favor of `podSecurityContext` and `containerSecurityContext`.
- Ingress configuration was adapted to follow the Helm charts best practices.
- Chart labels were also adapted to follow the [Helm charts standard labels](https://helm.sh/docs/chart_best_practices/labels/#standard-labels).

View File

@@ -38,7 +38,7 @@ data:
# Pid file
pid_file: "/tmp/{{ .Values.natsFilename }}.pid"
# Some system overides
# Some system overrides
{{- if .Values.maxConnections }}
max_connections: {{ int .Values.maxConnections }}
{{- end }}

View File

@@ -374,7 +374,7 @@ monitoring:
##
loadBalancerIP:
## Ingress configuratiom
## Ingress configuration
##
ingress:
## Set to true to enable ingress record generation

View File

@@ -374,7 +374,7 @@ monitoring:
##
loadBalancerIP:
## Ingress configuratiom
## Ingress configuration
##
ingress:
## Set to true to enable ingress record generation