Skip to content

Commit

Permalink
chore(chart): Reverted chart changes to args
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell committed Apr 26, 2023
1 parent 21da27f commit 371ba2c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion charts/external-dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
3 changes: 0 additions & 3 deletions charts/external-dns/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
5 changes: 2 additions & 3 deletions charts/external-dns/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ fullnameOverride: ""

commonLabels: {}

resolveServiceLoadBalancerHostname: false

serviceAccount:
# Specifies whether a service account should be created
create: true
Expand Down Expand Up @@ -176,7 +174,8 @@ secretConfiguration:
enabled: false
mountPath: ""
subPath: ""
data: {}
data:
{}
# credentials: |
# [default]
# aws_access_key_id = $SECRET_ACCESS_KEY
Expand Down

0 comments on commit 371ba2c

Please sign in to comment.