mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
34 lines
982 B
YAML
34 lines
982 B
YAML
# Root key for MinIO Tenant Chart
|
|
tenant:
|
|
###
|
|
# The Tenant name
|
|
#
|
|
# Change this to match your preferred MinIO Tenant name.
|
|
name: myminio
|
|
###
|
|
# Specify the Operator container image to use for the deployment.
|
|
# ``image.tag``
|
|
# For example, the following sets the image to the ``quay.io/minio/operator`` repo and the v6.0.3 tag.
|
|
# The container pulls the image if not already present:
|
|
#
|
|
# .. code-block:: yaml
|
|
#
|
|
# image:
|
|
# repository: quay.io/minio/minio
|
|
# tag: RELEASE.2024-08-17T01-24-54Z
|
|
# pullPolicy: IfNotPresent
|
|
#
|
|
# The chart also supports specifying an image based on digest value:
|
|
#
|
|
# .. code-block:: yaml
|
|
#
|
|
# image:
|
|
# repository: quay.io/minio/minio@sha256
|
|
# digest: 28c80b379c75242c6fe793dfbf212f43c602140a0de5ebe3d9c2a3a7b9f9f983
|
|
# pullPolicy: IfNotPresent
|
|
#
|
|
#
|
|
image:
|
|
repository: quay.io/minio/minio
|
|
tag: RELEASE.2024-08-17T01-24-54Z
|
|
pullPolicy: IfNotPresent |