Describe the bug
Gloo Edge enterprise helm chart has a value license_secret_name in the top level of the values.yaml file. However, due to the way helm passes values from subcharts (gloo enterprise) to main charts (gloo oss), this value must live under either gloo.license_secret_name or global.license_secret_name.
Fix
Move license_secret_name to gloo.license_secret_name.
This issue has been marked as stale because of no activity in the last 180 days. It will be closed in the next 180 days unless it is tagged "no stalebot" or other activity occurs.
Describe the bug Gloo Edge enterprise helm chart has a value
license_secret_name
in the top level of the values.yaml file. However, due to the way helm passes values from subcharts (gloo enterprise) to main charts (gloo oss), this value must live under eithergloo.license_secret_name
orglobal.license_secret_name
.Fix Move
license_secret_name
togloo.license_secret_name
.