This commit is contained in:
2025-09-01 22:11:39 +02:00
parent b332472b89
commit 931f8c5bfc
4 changed files with 14 additions and 4 deletions

View File

@@ -23,4 +23,5 @@ data:
# keyring is a required key and its value should be empty
keyring: |
metadata:
name: ceph-config
name: ceph-config
namespace: ceph

View File

@@ -3,6 +3,7 @@ kind: Service
apiVersion: v1
metadata:
name: csi-cephfsplugin-provisioner
namespace: ceph
labels:
app: csi-metrics
spec:
@@ -19,6 +20,7 @@ kind: Deployment
apiVersion: apps/v1
metadata:
name: csi-cephfsplugin-provisioner
namespace: ceph
spec:
selector:
matchLabels:

View File

@@ -3,6 +3,7 @@ kind: DaemonSet
apiVersion: apps/v1
metadata:
name: csi-cephfsplugin
namespace: ceph
spec:
selector:
matchLabels:
@@ -198,6 +199,7 @@ apiVersion: v1
kind: Service
metadata:
name: csi-metrics-cephfsplugin
namespace: ceph
labels:
app: csi-metrics
spec: