github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/k8s.mariadb.com/Backup/testdata/failed.yaml (about) 1 apiVersion: k8s.mariadb.com/v1alpha1 2 kind: Backup 3 metadata: 4 name: backup-local 5 spec: 6 backoffLimit: 5 7 logLevel: info 8 mariaDbRef: 9 name: mariadb 10 waitForIt: true 11 maxRetention: 168h 12 restartPolicy: OnFailure 13 schedule: 14 cron: 0 */2 * * * 15 suspend: false 16 serviceAccountName: backup-local 17 storage: 18 persistentVolumeClaim: 19 accessModes: 20 - ReadWriteOnce 21 resources: 22 requests: 23 storage: 80Gi 24 status: 25 conditions: 26 - lastTransitionTime: "2024-04-22T20:00:00Z" 27 message: Failed 28 reason: CronJobScheduled 29 status: "False" 30 type: Complete