Parameters

The parent key for all of the following parameters is minio.

namespace

type

string

default

syn-minio

adminCredentials.secretName

type

string

default

admin-credentials-${_instance}

adminCredentials.acessKey

type

string

default

Vault reference

A vault reference pointing to the Vault secret containing the access key. If the key isn’t provided as a vault reference, the secret key must be provided in its base64 encoded form. It can be generated using the command echo -n '<myAccessKey> | base64.

adminCredentials.secretKey

type

string

default

Vault reference

A vault reference pointing to the Vault secret containing the access key. If the key isn’t provided as a vault reference, the secret key must be provided in its base64 encoded form. It can be generated using the command echo -n '<mySecretKey> | base64.

helmValues

type

hash

A hash of helm values to set.

charts.minio

type

helm chart version

default

4.1.6

A specific chart version. See the kapitan documentation for more information.