Merge pull request #3569 from stevehipwell/revert-helm-changes

chore(chart): Reverted chart changes to args
This commit is contained in:
Kubernetes Prow Robot 2023-04-28 09:14:16 -07:00 committed by GitHub
commit d679fdb110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 6 deletions

View File

@ -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

View File

@ -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 }}

View File

@ -15,8 +15,6 @@ fullnameOverride: ""
commonLabels: {}
resolveServiceLoadBalancerHostname: false
serviceAccount:
# Specifies whether a service account should be created
create: true