github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/pkg/cli/testing/testdata/component.yaml (about) 1 - name: test 2 componentDefRef: mysql 3 monitor: true 4 enabledLogs: [error, slow] 5 replicas: 1 6 volumeClaimTemplates: 7 - name: data 8 spec: 9 accessModes: 10 - ReadWriteOnce 11 resources: 12 requests: 13 storage: 1Gi 14 volumeMode: Filesystem