diff --git a/bitnami/external-dns/README.md b/bitnami/external-dns/README.md index 80dfa24ac2bd7f..420ea33b54e0f8 100644 --- a/bitnami/external-dns/README.md +++ b/bitnami/external-dns/README.md @@ -267,7 +267,7 @@ helm install my-release \ | `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.secretName` | Use an existing secret with keys "scaleway_access_key" and "scaleway_secret_key" defined. | `""` | +| `scaleway.secretName` | Use an existing secret with keys "scaleway_access_key" and "scaleway_secret_key" defined (optional). | `""` | | `rfc2136.host` | When using the rfc2136 provider, specify the RFC2136 host (required when provider=rfc2136) | `""` | | `rfc2136.port` | When using the rfc2136 provider, specify the RFC2136 port (optional) | `53` | | `rfc2136.zone` | When using the rfc2136 provider, specify the zone (required when provider=rfc2136) | `""` | diff --git a/bitnami/external-dns/values.yaml b/bitnami/external-dns/values.yaml index 2af7e95d4553e0..ee013d41ba38e4 100644 --- a/bitnami/external-dns/values.yaml +++ b/bitnami/external-dns/values.yaml @@ -638,7 +638,7 @@ scaleway: ## @param scaleway.scwSecretKey When using the Scaleway provider, specify an existing secret key. (required when provider=scaleway) ## scwSecretKey: "" - ## @param scaleway.secretName Use an existing secret with keys "scaleway_access_key" and "scaleway_secret_key" defined. + ## @param scaleway.secretName Use an existing secret with keys "scaleway_access_key" and "scaleway_secret_key" defined (optional). ## This ignores scaleway.scwAccessKey and scaleway.scwSecretKey ## secretName: ""