-
Notifications
You must be signed in to change notification settings - Fork 387
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
Allow user to configure annotations on infra #1115
Conversation
This PR allows the user to add annotations to the managed Envoy service and well as the Envoy pods using the EnvoyProxy resource * Fixes envoyproxy#377 * Closes envoyproxy#648 Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #1115 +/- ##
==========================================
+ Coverage 62.33% 62.44% +0.11%
==========================================
Files 72 72
Lines 9449 9509 +60
==========================================
+ Hits 5890 5938 +48
- Misses 3151 3157 +6
- Partials 408 414 +6
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
thanks @zirain , hoping to get another approval before merging this API change |
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.
/lgtm
/approve
This PR allows the user to add annotations to the
managed Envoy service and well as the Envoy pods using the EnvoyProxy resource
Fixes Add k8s annotations to the Envoy Proxy Service #377
Closes Add Support for Managing the Envoy Proxy Service #648