From b61677f4c7feba4ac1ab6456a6fb0347fdb6d6f8 Mon Sep 17 00:00:00 2001 From: Vasily Oleynikov Date: Sat, 9 Nov 2024 17:26:55 +0500 Subject: [PATCH] [internal] Add backup control label (#23) 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