diff --git a/k8s/crds.yaml b/k8s/crds.yaml index 6652cb23e2..93822d2a94 100644 --- a/k8s/crds.yaml +++ b/k8s/crds.yaml @@ -905,6 +905,9 @@ spec: - incremental - "" type: string + cleanupSnapshot: + description: Whether to cleanup the snapshot after the backup is done. + type: boolean labels: additionalProperties: type: string @@ -2873,6 +2876,10 @@ spec: description: RecurringJobSpec defines the desired state of the Longhorn recurring job properties: + cleanupBackupSnapshot: + description: The flag of cleaning up the corresponding snapshot after + the backup is completed. + type: boolean concurrency: description: The concurrency of taking the snapshot/backup. type: integer