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:
@@ -132,7 +132,7 @@ The following table lists the configurable parameters of the Redmine chart and t
|
||||
| `mailReceiver.category` | Defines a new task category | `""` |
|
||||
| `mailReceiver.priority` | Defines a new task priority | `""` |
|
||||
| `mailReceiver.assignedTo` | Defines a new task priority | `""` |
|
||||
| `mailReceiver.allowOverride` | Defines if email content is allowed to set attributes values. Values is a comma separated list of attributes or `all` to alllow all attributes | `""` |
|
||||
| `mailReceiver.allowOverride` | Defines if email content is allowed to set attributes values. Values is a comma separated list of attributes or `all` to allow all attributes | `""` |
|
||||
| `mailReceiver.podAnnotations` | Additional pod annotations | `{}` |
|
||||
| `mailReceiver.podLabels` | Additional pod labels | `{}` |
|
||||
| `mailReceiver.command` | Override default container command (useful when using custom images) | `["bash"]` |
|
||||
@@ -383,7 +383,7 @@ data:
|
||||
```yaml
|
||||
## Extra volumes to add to the deployment
|
||||
##
|
||||
extraVolumes:
|
||||
extraVolumes:
|
||||
- name: redmine-init-volume
|
||||
configMap:
|
||||
name: redmine-init-configmap
|
||||
|
||||
@@ -206,7 +206,7 @@ data:
|
||||
|
||||
# Execute command
|
||||
eval $COMMAND
|
||||
echo "Email receiveing completed"
|
||||
echo "Email receiving completed"
|
||||
|
||||
exit 0
|
||||
{{- end -}}
|
||||
|
||||
@@ -539,7 +539,7 @@ ingress:
|
||||
## key:
|
||||
## certificate:
|
||||
|
||||
## Configure CronJob scheduler for receiveing emails and converting them to tasks
|
||||
## Configure CronJob scheduler for receiving emails and converting them to tasks
|
||||
## ref: http://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails
|
||||
##
|
||||
mailReceiver:
|
||||
@@ -614,7 +614,7 @@ mailReceiver:
|
||||
|
||||
## Action to perform for unknown email sender
|
||||
## ref: http://www.redmine.org/projects/redmine/wiki/RedmineReceivingEmails
|
||||
unknownUserAction: ingore
|
||||
unknownUserAction: ignore
|
||||
|
||||
## If set to 1 then redmine does not check task creator (source email) permissions for creating a new task
|
||||
## If set to 0 then task creator must have permission to create a new task
|
||||
@@ -649,8 +649,8 @@ mailReceiver:
|
||||
## Defines a new task assignee
|
||||
assignedTo: ""
|
||||
|
||||
## Defines a list of attributes which can be overrided by received email body
|
||||
## "all" means that all attributes can be overrided
|
||||
## Defines a list of attributes which can be overridden by received email body
|
||||
## "all" means that all attributes can be overridden
|
||||
allowOverride: ""
|
||||
|
||||
## An array to add extra env vars
|
||||
|
||||
Reference in New Issue
Block a user