From d5b610c0306af7c9d3f85e1fa1604a111240e4f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Cabrera=20Mi=C3=B1agorri?= Date: Wed, 27 Oct 2021 13:13:10 +0200 Subject: [PATCH] [bitnami/*] Fix backticks in values.yaml that affects READMEs (#7946) * [bitnami/*] Fix backticks in values.yaml that affects READMEs Signed-off-by: Miguel A. Cabrera Minagorri * Re-generate readmes Signed-off-by: Miguel A. Cabrera Minagorri --- bitnami/external-dns/README.md | 2 +- bitnami/external-dns/values.yaml | 2 +- bitnami/mariadb-galera/README.md | 2 +- bitnami/mariadb-galera/values.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bitnami/external-dns/README.md b/bitnami/external-dns/README.md index 68789f24a3..a4253cb3bb 100755 --- a/bitnami/external-dns/README.md +++ b/bitnami/external-dns/README.md @@ -158,7 +158,7 @@ The command removes all the Kubernetes components associated with the chart and | `ovh.consumerKey` | When using the OVH provider, specify the existing consumer key. (required when provider=ovh and `ovh.secretName` is not provided.) | `""` | | `ovh.applicationKey` | When using the OVH provider with an existing application, specify the application key. (required when provider=ovh and `ovh.secretName` is not provided.) | `""` | | `ovh.applicationSecret` | When using the OVH provider with an existing application, specify the application secret. (required when provider=ovh and `ovh.secretName` is not provided.) | `""` | -| `ovh.secretName` | When using the OVH provider, it's the name of the secret containing `ovh_consumer_key`, `ovh_application_key` and `ovh_application_secret`. Disables usage of other `ovh. | `""` | +| `ovh.secretName` | When using the OVH provider, it's the name of the secret containing `ovh_consumer_key`, `ovh_application_key` and `ovh_application_secret`. Disables usage of other `ovh`. | `""` | | `scaleway.scwAccessKey` | When using the Scaleway provider, specify an existing access key. (required when provider=scaleway) | `""` | | `scaleway.scwSecretKey` | When using the Scaleway provider, specify an existing secret key. (required when provider=scaleway) | `""` | | `scaleway.scwDefaultOrganizationId` | When using the Scaleway provider, specify the existing organization id. (required when provider=scaleway) | `""` | diff --git a/bitnami/external-dns/values.yaml b/bitnami/external-dns/values.yaml index 708883ad32..829ecf86ce 100644 --- a/bitnami/external-dns/values.yaml +++ b/bitnami/external-dns/values.yaml @@ -393,7 +393,7 @@ ovh: ## @param ovh.applicationSecret When using the OVH provider with an existing application, specify the application secret. (required when provider=ovh and `ovh.secretName` is not provided.) ## applicationSecret: "" - ## @param ovh.secretName When using the OVH provider, it's the name of the secret containing `ovh_consumer_key`, `ovh_application_key` and `ovh_application_secret`. Disables usage of other `ovh. + ## @param ovh.secretName When using the OVH provider, it's the name of the secret containing `ovh_consumer_key`, `ovh_application_key` and `ovh_application_secret`. Disables usage of other `ovh`. ## with following keys: ## - ovh_consumer_key ## - ovh_application_key diff --git a/bitnami/mariadb-galera/README.md b/bitnami/mariadb-galera/README.md index 31a5a9ee63..8aa0d80d7f 100644 --- a/bitnami/mariadb-galera/README.md +++ b/bitnami/mariadb-galera/README.md @@ -127,7 +127,7 @@ The command removes all the Kubernetes components associated with the chart and | `galera.mariabackup.password` | MariaBackup password. Password is ignored if existingSecret is specified. | `""` | | `galera.mariabackup.forcePassword` | Option to force users to specify a password. That is required for 'helm upgrade' to work properly. | `false` | | `ldap.enabled` | Enable LDAP support | `false` | -| `ldap.uri` | LDAP URL beginning in the form `ldap | `""` | +| `ldap.uri` | LDAP URL beginning in the form `ldap` | `""` | | `ldap.base` | LDAP base DN | `""` | | `ldap.binddn` | LDAP bind DN | `""` | | `ldap.bindpw` | LDAP bind password | `""` | diff --git a/bitnami/mariadb-galera/values.yaml b/bitnami/mariadb-galera/values.yaml index 71cb2dd833..fd177a6805 100644 --- a/bitnami/mariadb-galera/values.yaml +++ b/bitnami/mariadb-galera/values.yaml @@ -257,7 +257,7 @@ galera: forcePassword: false ## LDAP configuration ## @param ldap.enabled Enable LDAP support -## @param ldap.uri LDAP URL beginning in the form `ldap +## @param ldap.uri LDAP URL beginning in the form `ldap` ## @param ldap.base LDAP base DN ## @param ldap.binddn LDAP bind DN ## @param ldap.bindpw LDAP bind password