From ea276bca41afce65ed08f28c3b3ae0e03f4e615e Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Mon, 8 Jul 2019 10:15:21 +0200 Subject: [PATCH] Fix missing final newline for RadosGW config --- charts/radosgw/templates/_helpers.tpl | 2 +- charts/radosgw/templates/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/radosgw/templates/_helpers.tpl b/charts/radosgw/templates/_helpers.tpl index e10b9d9..51d900c 100644 --- a/charts/radosgw/templates/_helpers.tpl +++ b/charts/radosgw/templates/_helpers.tpl @@ -50,7 +50,7 @@ Generate a CEPH keyring file, suitable for base64 encoding {{- define "radosgw.keyringFile" -}} [client.{{ .Client }}] key = {{ .Key }} -{{- end -}} +{{ end }} {{/* Helper for joining a list diff --git a/charts/radosgw/templates/config.yaml b/charts/radosgw/templates/config.yaml index 49cf3ff..3db7539 100644 --- a/charts/radosgw/templates/config.yaml +++ b/charts/radosgw/templates/config.yaml @@ -6,7 +6,7 @@ metadata: labels: {{ include "radosgw.labels" . | indent 4 }} data: - ceph.conf: |- + ceph.conf: |+ [global] mon_host = {{ include "helm-toolkit.utils.joinListWithComma" .Values.monHosts }} rgw frontends = beast port=8008 endpoint=0.0.0.0:8080