From 0c2dbcd675da0533915c018b6a11ddc48b3e06e3 Mon Sep 17 00:00:00 2001 From: JenTing Hsiao Date: Wed, 25 Aug 2021 13:51:25 +0800 Subject: [PATCH] Show backup state Signed-off-by: JenTing Hsiao --- chart/templates/crds.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chart/templates/crds.yaml b/chart/templates/crds.yaml index 99f55f8..b4d14ab 100644 --- a/chart/templates/crds.yaml +++ b/chart/templates/crds.yaml @@ -667,6 +667,10 @@ spec: type: string description: The snapshot creation time jsonPath: .status.snapshotCreatedAt + - name: State + type: string + description: The backup state + jsonPath: .status.state - name: LastSyncedAt type: string description: The backup last synced time