Commit 8a0e4601 authored by gaoshiyao's avatar gaoshiyao

fix insecure

parent 3a8bb726
......@@ -15,4 +15,7 @@ stringData:
{{- if .Values.secret.region }}
region: {{ .Values.secret.region }}
{{- end }}
{{- if .Values.secret.insecure }}
insecure: {{ .Values.secret.insecure }}
{{- end }}
{{- end -}}
......@@ -39,6 +39,8 @@ secret:
endpoint: https://storage.yandexcloud.net
# Region
region: ""
# Insecure
insecure: false
tolerations:
all: false
......
......@@ -39,6 +39,8 @@ secret:
endpoint: https://storage.yandexcloud.net
# Region
region: ""
# Insecure
insecure: false
tolerations:
all: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment