We want to enforce certain image repo/name/tag in the operator. So no matter what values the user inputs in the CR (aka values.yaml), the image used always resolves to given image.
What is the current behavior?
User is able to change the image, otherwise the helm default values.yaml is used
What is the new behavior?
Operator consumes configuration via environment variables and overrides the values
What do you want to improve?
We want to enforce certain image repo/name/tag in the operator. So no matter what values the user inputs in the CR (aka
values.yaml
), the image used always resolves to given image.What is the current behavior?
User is able to change the image, otherwise the helm default
values.yaml
is usedWhat is the new behavior?
Operator consumes configuration via environment variables and overrides the values