github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/k8s.mariadb.com/Database/testdata/database-ready.yaml (about) 1 apiVersion: k8s.mariadb.com/v1alpha1 2 kind: Database 3 metadata: 4 name: dbname 5 spec: 6 characterSet: utf8 7 collate: utf8_general_ci 8 mariaDbRef: 9 name: mariadb 10 waitForIt: true 11 requeueInterval: 30s 12 retryInterval: 5s 13 status: 14 conditions: 15 - lastTransitionTime: "2024-04-12T13:43:57Z" 16 message: Created 17 reason: Created 18 status: "True" 19 type: Ready