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

Include managed-by label in diff preview #431

Merged
merged 2 commits into from
Feb 20, 2019

Conversation

lblackstone
Copy link
Member

The app.kubernetes.io/managed-by: "pulumi" label
was being set in the await logic rather than the provider,
so it was not appearing in the resource diff. Move this
label application to the provider so it shows up as expected.

The `app.kubernetes.io/managed-by: "pulumi"` label
was being set in the await logic rather than the provider,
so it was not appearing in the resource diff. Move this
label application to the provider so it shows up as expected.
@lblackstone lblackstone merged commit 198be7d into master Feb 20, 2019
@pulumi-bot pulumi-bot deleted the lblackstone/managed-by-fix branch February 20, 2019 18:23
@hausdorff
Copy link
Contributor

This is good, would have been nice to say in the comment why this has to be in Check. :)

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.

None yet

3 participants