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
What happened:
The Helm chart uses old parameters under .Values.agones.controller which were supposed to be migrated to .Values.agones.extensions.
What you expected to happen:
Replace with new parameters under .Values.agones.extensions. The Helm chart should allow for backward compatibility by defaulting to old parameters if new ones are not set.
Anything else we need to know?:
This issue requires updating the Helm chart to include fallback mechanisms using default and or empty functions to ensure configurations using old parameters still function correctly.
So basically the things that affect the extensions - controller should stay the same.
Kalaiselvi84
changed the title
Complete Migration of agones.controller Parameters to New agones.extensions
Helm Param Update: Default to agones.controller if agones.extensions is Missing
Apr 17, 2024
What happened:
The Helm chart uses old parameters under
.Values.agones.controller
which were supposed to be migrated to.Values.agones.extensions
.What you expected to happen:
Replace with new parameters under
.Values.agones.extensions
. The Helm chart should allow for backward compatibility by defaulting to old parameters if new ones are not set.Anything else we need to know?:
This issue requires updating the Helm chart to include fallback mechanisms using
default
and orempty
functions to ensure configurations using old parameters still function correctly.https://helm.sh/docs/chart_template_guide/function_list/#default
https://helm.sh/docs/chart_template_guide/function_list/#empty
The text was updated successfully, but these errors were encountered: