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

Cleanup injected values based on annotations and ServiceBindingProjection #77

Merged
merged 1 commit into from
Oct 8, 2020

Conversation

scothis
Copy link
Contributor

@scothis scothis commented Oct 8, 2020

This provides robustness against a controller that attempts to remove
the internal.service.binding/projection-* annotation, as the mutating
webhook will detect the change and reapply the annotation.

By cleaning up based on both source values, we can be more certain that
conflicts can be avoided.

Resolves #67

…tion

This provides robustness against a controller that attempts to remove
the `internal.service.binding/projection-*` annotation, as the mutating
webhook will detect the change and reapply the annotation.

By cleaning up based on both source values, we can be more certain that
conflicts can be avoided.

Signed-off-by: Scott Andrews <andrewssc@vmware.com>
@vmwclabot vmwclabot added the cla-not-required CLA not required label Oct 8, 2020
@codecov
Copy link

codecov bot commented Oct 8, 2020

Codecov Report

Merging #77 into main will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #77   +/-   ##
=======================================
  Coverage   91.40%   91.40%           
=======================================
  Files          18       18           
  Lines         570      570           
=======================================
  Hits          521      521           
  Misses         28       28           
  Partials       21       21           
Impacted Files Coverage Δ
...nal/v1alpha2/servicebindingprojection_lifecycle.go 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3ff6f1c...2f4ee88. Read the comment docs.

@scothis scothis merged commit 2d4721c into vmware-tanzu:main Oct 8, 2020
@scothis scothis deleted the sticky-annotations branch October 8, 2020 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-not-required CLA not required
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Environment variables added multiple times
2 participants