Accessing global variable in subchart within if block sometimes injects true
#9956
Replies: 1 comment
-
Wrong repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a subchart that has a
deployment.tpl
file that has this if block in it:Where the top level values file looks like this:
Most of the time this renders correctly:
But sometimes it injects the value
true
into the array:Is this a bug or am I misunderstanding global values (I thought they could be accessed reliably within subcharts).
Beta Was this translation helpful? Give feedback.
All reactions