mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-22 01:17:16 +00:00
15 lines
270 B
YAML
15 lines
270 B
YAML
|
|
apiVersion: source.toolkit.fluxcd.io/v1beta2
|
||
|
|
kind: Bucket
|
||
|
|
metadata:
|
||
|
|
name: minio-bucket
|
||
|
|
namespace: default
|
||
|
|
spec:
|
||
|
|
interval: 5m0s
|
||
|
|
endpoint: minio.example.com
|
||
|
|
insecure: true
|
||
|
|
secretRef:
|
||
|
|
name: minio-bucket-secret
|
||
|
|
bucketName: example
|
||
|
|
status:
|
||
|
|
conditions: []
|