-
Notifications
You must be signed in to change notification settings - Fork 20
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
V1alpha3 conversion #173
V1alpha3 conversion #173
Conversation
Codecov Report
@@ Coverage Diff @@
## main #173 +/- ##
=======================================
Coverage 94.38% 94.38%
=======================================
Files 16 16
Lines 641 641
=======================================
Hits 605 605
Misses 25 25
Partials 11 11
Continue to review full report at Codecov.
|
@@ -9,6 +9,9 @@ metadata: | |||
bindings.labs.vmware.com/release: devel | |||
aggregationRule: | |||
clusterRoleSelectors: | |||
- matchLabels: | |||
servicebinding.io/controller: "true" | |||
# legacy support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good
V1alpha3 conversion.
Resolves #171