-
Notifications
You must be signed in to change notification settings - Fork 280
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
detect/report drift: compare desired with actual state #508
Comments
I might have misunderstood this issue, but is this not what it does right now when doing an |
@gustavobini , no. Also note that |
The use case I had in mind is this:
|
My team also needs this feature so I'd like to thumbs up this issue 👍🏻 |
Just looked into it and I think this is solved by using the |
|
Compare deployed helm release with actual live/runtime manifests, and report changes (drift).
This is a missing feature at the moment (v3.8.1), helm-diff only works with releases/revisions.
I guess this task would require fetching actual manifest referenced by helm release/revision and compare desired with actual state, and helm-diff is very close to supporting this.
The text was updated successfully, but these errors were encountered: