mirror of
https://github.com/bitnami/charts.git
synced 2026-03-09 07:27:18 +08:00
[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 <mcabrera@vmware.com> * Re-generate readmes Signed-off-by: Miguel A. Cabrera Minagorri <mcabrera@vmware.com>
This commit is contained in:
committed by
GitHub
parent
ec9a4deffe
commit
d5b610c030
@@ -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) | `""` |
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 | `""` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user