ContainerSolutions / externalsecret-operator

An operator to fetch secrets from cloud services and inject them in Kubernetes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Helm deployment test is broken

riccardomc opened this issue · comments

Helm deployment test i currently not passing because of operatorName not being applied correctly as OPERATOR_CONFIG environment variable in the deployment.

It is currently set to the release full name, but it shoud be operatorName when set and release short name in case operatorName is not set.

This will allow us to have a single name across:

  1. helm release
  2. operator name
  3. backend name

while still leaving the possiblity to set a different name between helm release and operator name/backend name.