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" -}}
|
{{- define "radosgw.keyringFile" -}}
|
||||||
[client.{{ .Client }}]
|
[client.{{ .Client }}]
|
||||||
key = {{ .Key }}
|
key = {{ .Key }}
|
||||||
{{- end -}}
|
{{ end }}
|
||||||
|
|
||||||
{{/*
|
{{/*
|
||||||
Helper for joining a list
|
Helper for joining a list
|
||||||
|
|
|
@ -6,7 +6,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
{{ include "radosgw.labels" . | indent 4 }}
|
{{ include "radosgw.labels" . | indent 4 }}
|
||||||
data:
|
data:
|
||||||
ceph.conf: |-
|
ceph.conf: |+
|
||||||
[global]
|
[global]
|
||||||
mon_host = {{ include "helm-toolkit.utils.joinListWithComma" .Values.monHosts }}
|
mon_host = {{ include "helm-toolkit.utils.joinListWithComma" .Values.monHosts }}
|
||||||
rgw frontends = beast port=8008 endpoint=0.0.0.0:8080
|
rgw frontends = beast port=8008 endpoint=0.0.0.0:8080
|
||||||
|
|
Loading…
Reference in a new issue