We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minio version < 6.0.0 allowed us to set the MINIO_OPERATOR_IMAGE variable which set the tenant sidecar image.
When setting the MINIO_OPERATOR_IMAGE env in the operator, it should set the appropriate sidecar.
Currently env variable MINIO_OPERATOR_IMAGE is not respected and sidecar image is hardcoded.
The code which sets the env variable was removed here.
minio-operator
The text was updated successfully, but these errors were encountered:
The sidecar now has its own image in v6 and you can set the OPERATOR_SIDECAR_IMAGE variable (source).
OPERATOR_SIDECAR_IMAGE
Sorry, something went wrong.
Appreciate the quick response! I think it might be worth updating the docs.
@fouadsemaan You're right. I'll forward this to the docs team.
ramondeklein
No branches or pull requests
Minio version < 6.0.0 allowed us to set the MINIO_OPERATOR_IMAGE variable which set the tenant sidecar image.
Expected Behavior
When setting the MINIO_OPERATOR_IMAGE env in the operator, it should set the appropriate sidecar.
Current Behavior
Currently env variable MINIO_OPERATOR_IMAGE is not respected and sidecar image is hardcoded.
Possible Solution
The code which sets the env variable was removed here.
Your Environment
minio-operator
): 6.0.1The text was updated successfully, but these errors were encountered: