minio values.yaml¶
monitoring.enabled¶
Type: bool
false
apiVersion¶
Type: string
"minio.min.io/v2"
openshift¶
Type: bool
false
bbtests.enabled¶
Type: bool
false
bbtests.scripts.permissions.apiGroups[0]¶
Type: string
""
bbtests.scripts.permissions.resources[0]¶
Type: string
"configmaps"
bbtests.scripts.permissions.verbs[0]¶
Type: string
"create"
bbtests.scripts.permissions.verbs[1]¶
Type: string
"delete"
bbtests.scripts.permissions.verbs[2]¶
Type: string
"list"
bbtests.scripts.permissions.verbs[3]¶
Type: string
"get"
bbtests.scripts.image¶
Type: string
"registry1.dso.mil/ironbank/big-bang/devops-tester:1.2"
bbtests.scripts.envs.MINIO_HOST¶
Type: string
"http://minio"
bbtests.scripts.secretEnvs[0].name¶
Type: string
"SECRET_KEY"
bbtests.scripts.secretEnvs[0].valueFrom.secretKeyRef.name¶
Type: string
"minio-access"
bbtests.scripts.secretEnvs[0].valueFrom.secretKeyRef.key¶
Type: string
"secretkey"
bbtests.scripts.secretEnvs[1].name¶
Type: string
"ACCESS_KEY"
bbtests.scripts.secretEnvs[1].valueFrom.secretKeyRef.name¶
Type: string
"minio-access"
bbtests.scripts.secretEnvs[1].valueFrom.secretKeyRef.key¶
Type: string
"accesskey"
bucketInit¶
Type: object
enabled: false
endpoint: http://minio
image:
imagePullPolicy: IfNotPresent
repository: registry1.dso.mil/ironbank/big-bang/base
tag: 2.1.0
Description: Configuration for the bucket initialization Job Runs as a post-install/post-upgrade hook to create buckets declared in upstream.tenant.buckets Workaround for MinIO Operator reconciliation loop being blocked by namespace-scoped admission webhooks (e.g., rollout-operator) that intercept StatefulSet UPDATE operations
bucketInit.enabled¶
Type: bool
false
Description: Enable the bucket initialization Job; creates buckets declared in upstream.tenant.buckets via the S3 API after MinIO is healthy. Workaround for MinIO Operator reconciliation being blocked by namespace-scoped admission webhooks that intercept StatefulSet UPDATE operations.
bucketInit.endpoint¶
Type: string
"http://minio"
Description: S3 endpoint used for bucket creation. Defaults to the in-namespace MinIO service created by the MinIO Operator. Override if TLS is enabled (upstream.tenant.certificate.requestAutoCert: true).
bucketInit.image.repository¶
Type: string
"registry1.dso.mil/ironbank/big-bang/base"
Description: Image repository for the bucket-init Job
bucketInit.image.tag¶
Type: string
"2.1.0"
Description: Image tag for the bucket-init Job
waitJob.enabled¶
Type: bool
true
waitJob.permissions.apiGroups[0]¶
Type: string
"minio.min.io"
waitJob.permissions.apiGroups[1]¶
Type: string
"minio.min.io/v2"
waitJob.permissions.resources[0]¶
Type: string
"tenants"
waitJob.permissions.resources[1]¶
Type: string
"tenant"
waitJob.permissions.resources[2]¶
Type: string
"tenants.minio.min.io"