mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
Merge pull request #3569 from stevehipwell/revert-helm-changes
chore(chart): Reverted chart changes to args
This commit is contained in:
commit
d679fdb110
@ -83,7 +83,6 @@ The following table lists the configurable parameters of the _ExternalDNS_ chart
|
||||
| `secretConfiguration.mountPath` | Mount path of secret configuration secret (this can be templated). | `""` |
|
||||
| `secretConfiguration.data` | Secret configuration secret data. Could be used to store DNS provider credentials. | `{}` |
|
||||
| `secretConfiguration.subPath` | Sub-path of secret configuration secret (this can be templated). | `""` |
|
||||
| `resolveServiceLoadBalancerHostname` | Resolve the hostname of LoadBalancer-type Service object to IP addresses in order to create DNS A/AAAA records instead of CNAMEs | `false` |
|
||||
|
||||
## Namespaced scoped installation
|
||||
|
||||
|
@ -96,9 +96,6 @@ spec:
|
||||
- --domain-filter={{ . }}
|
||||
{{- end }}
|
||||
- --provider={{ tpl .Values.provider $ }}
|
||||
{{- if .Values.resolveServiceLoadBalancerHostname }}
|
||||
- --resolve-service-load-balancer-hostname
|
||||
{{- end }}
|
||||
{{- range .Values.extraArgs }}
|
||||
- {{ tpl . $ }}
|
||||
{{- end }}
|
||||
|
@ -15,8 +15,6 @@ fullnameOverride: ""
|
||||
|
||||
commonLabels: {}
|
||||
|
||||
resolveServiceLoadBalancerHostname: false
|
||||
|
||||
serviceAccount:
|
||||
# Specifies whether a service account should be created
|
||||
create: true
|
||||
|
Loading…
Reference in New Issue
Block a user