From 53708813bebfee021a929f6f8e5ac38beae80368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rard=20BONNETO?= Date: Fri, 22 Mar 2024 17:52:12 +0100 Subject: [PATCH] =?UTF-8?q?[bitnami/external-dns]=20Update=20param=20descr?= =?UTF-8?q?iption=20Signed-off-by:=20G=C3=A9rard=20BONNETO=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bitnami/external-dns/README.md | 2 +- bitnami/external-dns/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: ""