Fix helm chart with correct configuration syntax
This commit is contained in:
parent
5254750658
commit
d6c77ea327
@ -15,9 +15,10 @@ data:
|
|||||||
|
|
||||||
bootstrap_peers = {{ .Values.garage.bootstrapPeers }}
|
bootstrap_peers = {{ .Values.garage.bootstrapPeers }}
|
||||||
|
|
||||||
kubernetes_namespace = "{{ .Release.Namespace }}"
|
[kubernetes_discovery]
|
||||||
kubernetes_service_name = "{{ include "garage.fullname" . }}"
|
namespace = "{{ .Release.Namespace }}"
|
||||||
kubernetes_skip_crd = {{ .Values.garage.kubernetesSkipCrd }}
|
service_name = "{{ include "garage.fullname" . }}"
|
||||||
|
skip_crd = {{ .Values.garage.kubernetesSkipCrd }}
|
||||||
|
|
||||||
[s3_api]
|
[s3_api]
|
||||||
s3_region = "{{ .Values.garage.s3.api.region }}"
|
s3_region = "{{ .Values.garage.s3.api.region }}"
|
||||||
@ -27,4 +28,4 @@ data:
|
|||||||
[s3_web]
|
[s3_web]
|
||||||
bind_addr = "[::]:3902"
|
bind_addr = "[::]:3902"
|
||||||
root_domain = "{{ .Values.garage.s3.web.rootDomain }}"
|
root_domain = "{{ .Values.garage.s3.web.rootDomain }}"
|
||||||
index = "{{ .Values.garage.s3.web.index }}"
|
index = "{{ .Values.garage.s3.web.index }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user