[bitnami/external-dns]fix: update alibaba config (#5854)

* fix: update alibaba config

When using Alibaba cloud, if there is no 'alibaba-cloud-config-file' option, it will use 'alibaba-cloud-config-file=/etc/kubernetes/alibaba-cloud.json' . If IAM authentication is used, the service cannot be started

* Update Chart.yaml
This commit is contained in:
wowq
2021-03-22 10:05:31 +01:00
committed by GitHub
parent 7dc3f29d7a
commit a65441d094
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -24,4 +24,4 @@ sources:
- https://github.com/kubernetes-sigs/external-dns
- https://github.com/bitnami/bitnami-docker-external-dns
- https://github.com/kubernetes-sigs/external-dns
version: 4.9.1
version: 4.9.2
@@ -123,6 +123,8 @@ spec:
# Alibaba Cloud arguments
{{- if or (and .Values.alibabacloud.accessKeyId .Values.alibabacloud.accessKeySecret) .Values.alibabacloud.secretName }}
- --alibaba-cloud-config-file=/etc/kubernetes/alibaba-cloud.json
{{- else }}
- --alibaba-cloud-config-file=
{{- end }}
{{- if .Values.alibabacloud.zoneType }}
- --alibaba-cloud-zone-type={{ .Values.alibabacloud.zoneType }}