You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: