mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-19 01:56:18 +10:00
[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:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user