From 7a0f6d99c6f9821eddf472122de62423a2e84d78 Mon Sep 17 00:00:00 2001 From: Jack Lin Date: Mon, 15 May 2023 17:17:13 +0800 Subject: [PATCH] feat(backup): store storage class name to backup volume ref: longhorn/longhorn 3506 Signed-off-by: Jack Lin --- chart/templates/crds.yaml | 3 +++ deploy/longhorn.yaml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index 9fb0121..50c77b4 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -1035,6 +1035,9 @@ spec: size: description: The backup volume size. type: string + storageClassName: + description: the storage class name of pv/pvc binding with the volume. + type: string type: object type: object served: true diff --git a/deploy/longhorn.yaml b/deploy/longhorn.yaml index 429b3fe..6572463 100644 --- a/deploy/longhorn.yaml +++ b/deploy/longhorn.yaml @@ -1130,6 +1130,9 @@ spec: size: description: The backup volume size. type: string + storageClassName: + description: the storage class name of pv/pvc binding with the volume. + type: string type: object type: object served: true