mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
bitnami/extern-dns (#5937)
* Update _helpers.tpl add "vpcId" to tpl of "external-dns.alibabacloud-credentials" * Update values.yaml add "vpcId" input parameter * Update Chart.yaml * Update _helpers.tpl move "vpcId" property to the front of "accessId"
This commit is contained in:
@@ -186,6 +186,9 @@ Return the name of the Secret used to store the passwords
|
||||
{{- if .Values.alibabacloud.regionId }}
|
||||
"regionId": "{{ .Values.alibabacloud.regionId }}",
|
||||
{{- end}}
|
||||
{{- if .Values.alibabacloud.vpcId }}
|
||||
"vpcId": "{{ .Values.alibabacloud.vpcId }}",
|
||||
{{- end}}
|
||||
{{- if .Values.alibabacloud.accessKeyId }}
|
||||
"accessKeyId": "{{ .Values.alibabacloud.accessKeyId }}",
|
||||
{{- end}}
|
||||
|
||||
Reference in New Issue
Block a user