This commit is contained in:
2025-09-01 22:04:20 +02:00
parent 4debf7a67c
commit 4da47d3d15
5 changed files with 7 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ metadata:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
#namespace: ceph
namespace: ceph
server: https://kubernetes.default.svc
project: default
source:

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: