doc: add resourcePolicy for schedule (#7079)

Signed-off-by: Rémi Verchère <remi@verchere.fr>
This commit is contained in:
Rémi Verchère
2023-11-09 11:45:58 -05:00
committed by GitHub
parent 76e89f7dc5
commit 3fa7d29573
2 changed files with 10 additions and 0 deletions
@@ -41,6 +41,11 @@ spec:
# CSI VolumeSnapshot status turns to ReadyToUse during creation, before
# returning error as timeout. The default value is 10 minute.
csiSnapshotTimeout: 10m
# resourcePolicy specifies the referenced resource policies that backup should follow
# optional
resourcePolicy:
kind: configmap
name: resource-policy-configmap
# Array of namespaces to include in the scheduled backup. If unspecified, all namespaces are included.
# Optional.
includedNamespaces:
@@ -41,6 +41,11 @@ spec:
# CSI VolumeSnapshot status turns to ReadyToUse during creation, before
# returning error as timeout. The default value is 10 minute.
csiSnapshotTimeout: 10m
# resourcePolicy specifies the referenced resource policies that backup should follow
# optional
resourcePolicy:
kind: configmap
name: resource-policy-configmap
# Array of namespaces to include in the scheduled backup. If unspecified, all namespaces are included.
# Optional.
includedNamespaces: