mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +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:
@@ -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).
|
||||
|
||||
@@ -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 }}
|
||||
|
||||
@@ -374,7 +374,7 @@ monitoring:
|
||||
##
|
||||
loadBalancerIP:
|
||||
|
||||
## Ingress configuratiom
|
||||
## Ingress configuration
|
||||
##
|
||||
ingress:
|
||||
## Set to true to enable ingress record generation
|
||||
|
||||
@@ -374,7 +374,7 @@ monitoring:
|
||||
##
|
||||
loadBalancerIP:
|
||||
|
||||
## Ingress configuratiom
|
||||
## Ingress configuration
|
||||
##
|
||||
ingress:
|
||||
## Set to true to enable ingress record generation
|
||||
|
||||
Reference in New Issue
Block a user