-
Notifications
You must be signed in to change notification settings - Fork 349
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
feat: knative service trait annotation support #4729
feat: knative service trait annotation support #4729
Conversation
🐫 Thank you for contributing! Code Coverage Report ✔️ - Coverage unchanged. |
🐫 Thank you for contributing! Code Coverage Report ✔️ - Coverage unchanged. |
I had a look at these issues, the annotations should be appending now and the test should use the correct environment as well. Doc is also displaying the example trait correctly. |
Also run a |
🐫 Thank you for contributing! Code Coverage Report ✔️ - Coverage unchanged. |
* feat: annotation support for knative svc trait * doc: annotation documentation * chore: test fix, annotation append, doc edit * chore: generated docs --------- Co-authored-by: Martin Olsiak <[email protected]>
* feat: annotation support for knative svc trait * doc: annotation documentation * chore: test fix, annotation append, doc edit * chore: generated docs --------- Co-authored-by: Martin Olsiak <[email protected]>
* feat: annotation support for knative svc trait * doc: annotation documentation * chore: test fix, annotation append, doc edit * chore: generated docs --------- Co-authored-by: Martin Olsiak <[email protected]>
* feat: annotation support for knative svc trait * doc: annotation documentation * chore: test fix, annotation append, doc edit * chore: generated docs --------- Co-authored-by: Martin Olsiak <[email protected]>
CLI parameter usage example for clarity:
-t "knaive-service.annotations.'haproxy.router.openshift.io/balance'=true"
This can be repeated to add multiple annotations
Release Note