Files
sa-charts/ceph/ceph-csi-cephfs/templates/ceph-conf.yaml
marsal wang 9242a1e12d ceph helm
2022-01-10 23:43:00 +08:00

16 lines
398 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: ceph-config
namespace: {{ .Release.Namespace }}
labels:
app: {{ include "ceph-csi-cephfs.name" . }}
chart: {{ include "ceph-csi-cephfs.chart" . }}
component: {{ .Values.nodeplugin.name }}
release: {{ .Release.Name }}
heritage: {{ .Release.Service }}
data:
ceph.conf: |
{{ tpl .Values.cephconf . | indent 4 }}
keyring: ""