github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/source.toolkit.fluxcd.io/Bucket/actions/testdata/initial_bucket.yaml (about)

     1  apiVersion: source.toolkit.fluxcd.io/v1beta2
     2  kind: Bucket
     3  metadata:
     4    name: minio-bucket
     5    namespace: default
     6  spec:
     7    interval: 5m0s
     8    endpoint: minio.example.com
     9    insecure: true
    10    secretRef:
    11      name: minio-bucket-secret
    12    bucketName: example