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
This is an invalid value, and causes the operator to crash. At a glance, this is caused by the fact that we add a comma to the feature gate string even if the value in the map is false.
When we set multiple feature gates using
featureGatesMap
, we get a malformed command line argument for the operator, leading to a panic.Using the following values file:
results in the operator getting the following command line argument:
This is an invalid value, and causes the operator to crash. At a glance, this is caused by the fact that we add a comma to the feature gate string even if the value in the map is false.
Originally reported in open-telemetry/opentelemetry-operator#3559.
The text was updated successfully, but these errors were encountered: