Parameters
The parent key for all of the following parameters is minio
.
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
.
charts.minio
type |
helm chart version |
default |
4.1.6 |
A specific chart version. See the kapitan documentation for more information.