janus-idp / backstage-operator

Apache License 2.0
4 stars 11 forks source link

Override used values for deployed image #17

Open tumido opened 1 year ago

tumido commented 1 year ago

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 used

What is the new behavior?

Operator consumes configuration via environment variables and overrides the values

nickboldt commented 1 year ago

Downstream issue: RHIDP-26