fix: annotations, not labels (#36)
<picard face palm gif> - purelb requires annotations not labels Reviewed-on: #36
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
csiConfig:
|
||||
- clusterID: "de96a98f-3d23-465a-a899-86d3d67edab8"
|
||||
monitors:
|
||||
- "198.18.23.9:6789"
|
||||
- "198.18.23.10:6789"
|
||||
- "198.18.23.11:6789"
|
||||
- "198.18.23.12:6789"
|
||||
- "198.18.23.13:6789"
|
||||
|
||||
# Secret containing Ceph credentials
|
||||
secret:
|
||||
create: false
|
||||
name: "csi-rbd-secret"
|
||||
|
||||
# Storage class configuration (disabled - managed separately)
|
||||
storageClass:
|
||||
create: false
|
||||
|
||||
# CSI driver configuration
|
||||
csiDriver:
|
||||
name: "rbd.csi.ceph.com"
|
||||
|
||||
# Node plugin configuration
|
||||
nodeplugin:
|
||||
name: csi-rbdplugin
|
||||
updateStrategy: RollingUpdate
|
||||
|
||||
# Provisioner configuration
|
||||
provisioner:
|
||||
name: csi-rbd-provisioner
|
||||
replicaCount: 3
|
||||
|
||||
# Image versions
|
||||
image:
|
||||
repository: quay.io/cephcsi/cephcsi
|
||||
tag: v3.15.0
|
||||
|
||||
# Enable snapshots
|
||||
snapshotter:
|
||||
image:
|
||||
repository: registry.k8s.io/sig-storage/csi-snapshotter
|
||||
tag: v8.0.1
|
||||
|
||||
# Enable volume expansion
|
||||
resizer:
|
||||
image:
|
||||
repository: registry.k8s.io/sig-storage/csi-resizer
|
||||
tag: v1.12.0
|
||||
Reference in New Issue
Block a user