chore: Remove externalsecrets.external-secrets.io from health checks and move volsync deployment to storage-system namespace.
This commit is contained in:
@@ -21,8 +21,6 @@ spec:
|
||||
name: replicationsources.volsync.backube
|
||||
- <<: *crds
|
||||
name: replicationdestinations.volsync.backube
|
||||
- <<: *crds
|
||||
name: externalsecrets.external-secrets.io
|
||||
- <<: *crds
|
||||
name: servicemonitors.monitoring.coreos.com
|
||||
- <<: *crds
|
||||
@@ -61,15 +59,13 @@ spec:
|
||||
- apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
name: volsync
|
||||
namespace: system
|
||||
namespace: storage-system
|
||||
- &crd
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
name: replicationsources.volsync.backube
|
||||
- <<: *crd
|
||||
name: replicationdestinations.volsync.backube
|
||||
- <<: *crd
|
||||
name: externalsecrets.external-secrets.io
|
||||
healthCheckExprs:
|
||||
- apiVersion: *cephApiVersion
|
||||
kind: *cephKind
|
||||
|
||||
Reference in New Issue
Block a user