Skip to content
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

Update the ResourceRef message with namespace. #3781

Merged
merged 1 commit into from
Nov 23, 2021

Conversation

absoludity
Copy link
Contributor

Description of the change

When beginning the UI/Dashboard work for getting resources, it was apparent that the existing code already handles the case where a resource for a helm deploy may not be in the same namespace as the helm release.

We had talked about this in the design doc and intended to update to support the same with the resource refs, but I'd missed this when implementing the backend.

This PR just updates to include the namespace in the resource ref for an installed package.

There will be one other small change to the backend implementation of the resources plugin which will follow.

Benefits

We don't remove support for this situation in the dashboard when switching to the new resources API.

Possible drawbacks

Applicable issues

Additional information

Copy link
Contributor

@antgamdia antgamdia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thanks for the change! When performing UI changes we notice a lot of use cases and edge cases we weren't aware of.
When implementing the carvel thing... each time I run it with the UI a new problem popped up haha

Signed-off-by: Michael Nelson <minelson@vmware.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants