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:
mian
2021-03-30 16:26:44 +08:00
committed by GitHub
parent bb1b36a20b
commit 34a05ebcde
3 changed files with 5 additions and 1 deletions

View File

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