-
Notifications
You must be signed in to change notification settings - Fork 290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
diff not showing changes with values that contain # (hash) #757
Comments
@LeonD9 thanks for your issue. maybe this is a bug. could you post an demo for debuging? |
@yxxhero you can use the values and helm template i put in the description of this issue. |
@LeonD9 I need whole chart and values to debug and find the issue quickly. thanks so much. |
This is the helm template i am using:
And this is my values.yaml:
@yxxhero please check if it helps you debug this issue. |
@LeonD9 sorry. I can't reproduce your issue. |
@yxxhero I checked again and i can reproduce it using this chart and values:
values.yaml:
the expected output should be:
Instead i don't see any output but when i change the values.yaml to this:
I see the correct output:
which seems like helm diff doesn't know how to handle |
Hey,
when running
helmfile diff
command on values.yaml that look like this:while using this template:
I don't see the diff, but when running
helmfile template
i do see the changes being applied and also after runninghelmfile apply
the changes were applied, they look like this from the template run:when i change query and path values to not include
#
i am able to see the diff which means that for some reason#
is ignored in diff run.is this a bug? or its intended to ignore values that contain
#
(hash)?The text was updated successfully, but these errors were encountered: