-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
diff doesn't work for imported resources? #639
Comments
regarding step #1 , without it, I get this:
|
here is even simpler flow:
what am I missing? |
@AndriiOmelianenko what's your expected? |
hi @yxxhero I was able to figure out a workaround using if I run adopt first (which in my understanding creates a release + puts labels and annotations over existing resource), and then follow by diff - the diff is properly displayed:
I wonder why the same doesn't work if I just label and annotate resources myself |
|
hello, I'm trying to create a helm chart for existing resources in the cluster with the least breaking changes as possible. So let's say I have a single resource to import (for simplicity):
My steps:
helm diff upgrade
to work)helm diff upgrade
and see the differences, to tune my chart/values.But in my case, I get this:
What am I doing wrong?
The text was updated successfully, but these errors were encountered: