Closed andreyolv closed 10 months ago
I found the answer =D
apiVersion: velero.io/v1
kind: Schedule
metadata:
name: cluster-dev
namespace: velero
spec:
schedule: "0 0 * * *"
template:
resourcePolicy:
kind: configmap
name: velero-policy
includedNamespaces:
- '*'
includedResources:
- '*'
...
Describe the problem/challenge you have Documentation only show how to apply resource policy configmap using velero cli.
How can I apply the resource policy configmap to a yaml with CRD Backup ou Schedule? It's possible?
Is there any example?
Environment: