eclipsesource / theia-cloud-helm

Eclipse Public License 2.0
3 stars 6 forks source link

Role names templated in base chart, and hardcoded in main chart #17

Open askarbozcan opened 1 year ago

askarbozcan commented 1 year ago

In theia cloud (main) chart, names referenced service-role.yaml and operator-role.yaml are not templated and assume the default values from values.yaml in Theia cloud base. Namely, operator-api-access and service-api-access. Those are the default role names in base, however in base they can be templated. In the main Theia cloud chart, the default role names are hardcoded.

jfaltermeier commented 1 year ago

Thank you for the report. We will include a fix in the next milestone.