mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
16 lines
398 B
YAML
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: ""
|