Commit 8a0e4601 authored by gaoshiyao's avatar gaoshiyao

fix insecure

parent 3a8bb726
...@@ -15,4 +15,7 @@ stringData: ...@@ -15,4 +15,7 @@ stringData:
{{- if .Values.secret.region }} {{- if .Values.secret.region }}
region: {{ .Values.secret.region }} region: {{ .Values.secret.region }}
{{- end }} {{- end }}
{{- if .Values.secret.insecure }}
insecure: {{ .Values.secret.insecure }}
{{- end }}
{{- end -}} {{- end -}}
...@@ -39,6 +39,8 @@ secret: ...@@ -39,6 +39,8 @@ secret:
endpoint: https://storage.yandexcloud.net endpoint: https://storage.yandexcloud.net
# Region # Region
region: "" region: ""
# Insecure
insecure: false
tolerations: tolerations:
all: false all: false
......
...@@ -39,6 +39,8 @@ secret: ...@@ -39,6 +39,8 @@ secret:
endpoint: https://storage.yandexcloud.net endpoint: https://storage.yandexcloud.net
# Region # Region
region: "" region: ""
# Insecure
insecure: false
tolerations: tolerations:
all: false 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