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
Hello, I'm not sure if perhaps something changed that requires extra configuration, but it seems that upgrading to 0.2.6 changes the way that labels/flags are processed. Working on this issue for Quarkus Superheroes, I'm seeing different output in my values yaml and what gets placed in the templates as well. I attached some pictures to make it easier to show what I'm talking about. The command that's being run when building the app is:
This is because we're exposing all the system properties you use as params, so you can change it when installing the chart.
Though, are the empty properties causing failures when installing the chart? Otherwise, I don't see it as a potential regression. You can always disable this feature by adding the property: quarkus.helm.map-system-properties=false.
Moreover, I will make a change to ignore the quarkus.kubernetes.xxx properties.
Hello, I'm not sure if perhaps something changed that requires extra configuration, but it seems that upgrading to 0.2.6 changes the way that labels/flags are processed. Working on this issue for Quarkus Superheroes, I'm seeing different output in my values yaml and what gets placed in the templates as well. I attached some pictures to make it easier to show what I'm talking about. The command that's being run when building the app is:
the ones with the extra values that are empty are with 0.2.6.
The text was updated successfully, but these errors were encountered: