Fix missing final newline for RadosGW config
This commit is contained in:
parent
3b369a0f81
commit
ea276bca41
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue