commit
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user