Skip to content

Commit aaa12c4

Browse files
Merge pull request #65 from felipegfalcao/docs/fixing-typos-and-improving-wording
fix: correct minor typos
2 parents e9fae49 + cad3074 commit aaa12c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

charts/directus/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ Directus is a real-time API and App dashboard for managing SQL database content.
3939
| autoscaling.minReplicas | int | `1` | |
4040
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
4141
| createApplicationSecret | bool | `true` | This setting enables the creation of `ADMIN_PASSWORD`, `KEY`, and `SECRET` variables in k8s secrets If it is set to false, you MUST set these variables manually via existing secret resource and set its name below |
42-
| createMysqlSecret | bool | `true` | Create MySQL secret in Directus chart If set to enable, mysql secret with values of `mysql-root-password`, `mysql-replication-password` and `mysql-password` variables will be created Please consult the official bitnami mysql values file - https://github.com/bitnami/charts/blob/main/bitnami/mysql/values.yaml#L152 If set to false, you MUST create a secret resource in k8s for mysql installation and set the correct value to the `existingSecret` in the mysql settings setion |
42+
| createMysqlSecret | bool | `true` | Create MySQL secret in Directus chart If set to enable, mysql secret with values of `mysql-root-password`, `mysql-replication-password` and `mysql-password` variables will be created Please consult the official bitnami mysql values file - https://github.com/bitnami/charts/blob/main/bitnami/mysql/values.yaml#L152 If set to false, you MUST create a secret resource in k8s for mysql installation and set the correct value to the `existingSecret` in the mysql settings section |
4343
| createPostgresqlSecret | bool | `false` | Create PostgreSQL secret in Directus chart If set to enable, postgresql secret with values of `postgres-password`, `password`, and `replication-password` variables will be created Please consult the official bitnami postgres values file - https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml#L164 If set to false, you MUST create a secret resource in k8s for postgresql installation and set the correct value to the `existingSecret` in the postgresql settings setion |
44-
| databaseEngine | string | `"mysql"` | Database engine. Could be set to one value from the following list: mysql, postresql Please disable installations for other database engines in this chart Please not if you use mariadb server, set databaseEngine to 'mysql' value Details are here - https://docs.directus.io/self-hosted/config-options.html#database |
44+
| databaseEngine | string | `"mysql"` | Database engine. Could be set to one value from the following list: mysql, postgresql Please disable installations for other database engines in this chart Please not if you use mariadb server, set databaseEngine to 'mysql' value Details are here - https://docs.directus.io/self-hosted/config-options.html#database |
4545
| extraEnvVars | list | `[]` | |
4646
| extraVolumeMounts | list | `[]` | |
4747
| extraVolumes | list | `[]` | |

charts/directus/values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ createApplicationSecret: true
161161

162162
applicationSecretName: "directus-application-secret"
163163

164-
# -- Database engine. Could be set to one value from the following list: mysql, postresql
164+
# -- Database engine. Could be set to one value from the following list: mysql, postgresql
165165
# Please disable installations for other database engines in this chart
166166
# Please not if you use mariadb server, set databaseEngine to 'mysql' value
167167
# Details are here - https://docs.directus.io/self-hosted/config-options.html#database
@@ -176,7 +176,7 @@ createPostgresqlSecret: false
176176
# -- Create MySQL secret in Directus chart
177177
# If set to enable, mysql secret with values of `mysql-root-password`, `mysql-replication-password` and `mysql-password` variables will be created
178178
# Please consult the official bitnami mysql values file - https://github.com/bitnami/charts/blob/main/bitnami/mysql/values.yaml#L152
179-
# If set to false, you MUST create a secret resource in k8s for mysql installation and set the correct value to the `existingSecret` in the mysql settings setion
179+
# If set to false, you MUST create a secret resource in k8s for mysql installation and set the correct value to the `existingSecret` in the mysql settings section
180180
createMysqlSecret: true
181181

182182
mysql:

0 commit comments

Comments
 (0)