From cb7c9827026ef3b365aa8f797d6ced9c6b60ebb4 Mon Sep 17 00:00:00 2001 From: "v.oleynikov" Date: Fri, 1 Nov 2024 16:18:46 +0300 Subject: [PATCH] [internal] Add backup control label Signed-off-by: v.oleynikov --- crds/cephclusterauthentication.yaml | 1 + crds/cephclusterconnection.yaml | 1 + crds/cephstorageclass.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/crds/cephclusterauthentication.yaml b/crds/cephclusterauthentication.yaml index 40d4f0a..ea78bef 100644 --- a/crds/cephclusterauthentication.yaml +++ b/crds/cephclusterauthentication.yaml @@ -5,6 +5,7 @@ metadata: labels: heritage: deckhouse module: csi-ceph + backup.deckhouse.io/cluster-config: "true" spec: group: storage.deckhouse.io scope: Cluster diff --git a/crds/cephclusterconnection.yaml b/crds/cephclusterconnection.yaml index c2d3078..156c7f4 100644 --- a/crds/cephclusterconnection.yaml +++ b/crds/cephclusterconnection.yaml @@ -5,6 +5,7 @@ metadata: labels: heritage: deckhouse module: csi-ceph + backup.deckhouse.io/cluster-config: "true" spec: group: storage.deckhouse.io scope: Cluster diff --git a/crds/cephstorageclass.yaml b/crds/cephstorageclass.yaml index e445603..f5113de 100644 --- a/crds/cephstorageclass.yaml +++ b/crds/cephstorageclass.yaml @@ -5,6 +5,7 @@ metadata: labels: heritage: deckhouse module: csi-ceph + backup.deckhouse.io/cluster-config: "true" spec: group: storage.deckhouse.io scope: Cluster