Skip to content

Commit

Permalink
[bitnami/external-dns] Update param description
Browse files Browse the repository at this point in the history
Signed-off-by: Gérard BONNETO <gbonneto@olfeo.com>
  • Loading branch information
Gérard BONNETO committed Mar 25, 2024
1 parent 043ce13 commit 5370881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bitnami/external-dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | `""` |
Expand Down
2 changes: 1 addition & 1 deletion bitnami/external-dns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 5370881

Please sign in to comment.