Support specifying rack and dataCenter for filers in helm chart (#6144)

This commit is contained in:
Dominik Grygiel
2024-10-18 20:55:11 +02:00
committed by GitHub
parent 54b91ba2b2
commit d04859b01c
2 changed files with 10 additions and 0 deletions

View File

@@ -190,6 +190,12 @@ spec:
{{- if .Values.filer.filerGroup}}
-filerGroup={{ .Values.filer.filerGroup}} \
{{- end }}
{{- if .Values.filer.rack }}
-rack={{ .Values.filer.rack }} \
{{- end }}
{{- if .Values.filer.dataCenter }}
-dataCenter={{ .Values.filer.dataCenter }} \
{{- end }}
{{- if .Values.filer.s3.enabled }}
-s3 \
-s3.port={{ .Values.filer.s3.port }} \