mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
30fb7de118
Signed-off-by: wilmardo <info@wilmardenouden.nl>
79 lines
1.4 KiB
YAML
79 lines
1.4 KiB
YAML
---
|
|
rbac:
|
|
create: true
|
|
|
|
serviceAccounts:
|
|
attacher:
|
|
create: true
|
|
name:
|
|
nodeplugin:
|
|
create: true
|
|
name:
|
|
provisioner:
|
|
create: true
|
|
name:
|
|
|
|
socketDir: /var/lib/kubelet/plugins/rbd.csi.ceph.com
|
|
socketFile: csi.sock
|
|
registrationDir: /var/lib/kubelet/plugins_registry
|
|
pluginDir: /var/lib/kubelet/plugins
|
|
driverName: rbd.csi.ceph.com
|
|
configMapName: ceph-csi-config
|
|
|
|
nodeplugin:
|
|
name: nodeplugin
|
|
|
|
registrar:
|
|
image:
|
|
repository: quay.io/k8scsi/csi-node-driver-registrar
|
|
tag: v1.1.0
|
|
pullPolicy: IfNotPresent
|
|
resources: {}
|
|
|
|
plugin:
|
|
image:
|
|
repository: quay.io/cephcsi/cephcsi
|
|
# for stable functionality replace canary with latest release version
|
|
tag: canary
|
|
pullPolicy: IfNotPresent
|
|
resources: {}
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
provisioner:
|
|
name: provisioner
|
|
replicaCount: 3
|
|
|
|
provisioner:
|
|
image:
|
|
repository: quay.io/k8scsi/csi-provisioner
|
|
tag: v1.3.0
|
|
pullPolicy: IfNotPresent
|
|
resources: {}
|
|
|
|
attacher:
|
|
name: attacher
|
|
enabled: true
|
|
image:
|
|
repository: quay.io/k8scsi/csi-attacher
|
|
tag: v1.2.0
|
|
pullPolicy: IfNotPresent
|
|
resources: {}
|
|
|
|
snapshotter:
|
|
image:
|
|
repository: quay.io/k8scsi/csi-snapshotter
|
|
tag: v1.2.0
|
|
pullPolicy: IfNotPresent
|
|
resources: {}
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|