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 - resources-finalizer.argocd.argoproj.io
spec: spec:
destination: destination:
#namespace: ceph namespace: ceph
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
project: default project: default
source: source:

View File

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

View File

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

View File

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