Fix missing final newline for RadosGW config

This commit is contained in:
Alexander Olofsson 2019-07-08 10:15:21 +02:00
parent 3b369a0f81
commit ea276bca41
No known key found for this signature in database
GPG key ID: D439C9470CB04C73
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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