otterize / network-mapper

Map Kubernetes traffic: in-cluster, to the Internet, and to AWS IAM and export as text, intents, or an image
Apache License 2.0
612 stars 23 forks source link

Update intents-operator version to support user specified annotation for service name #129

Closed omris94 closed 1 year ago

omris94 commented 1 year ago

Description

Following https://github.com/otterize/network-mapper/issues/128 , adding support for user-specified annotation for service name override. The default will be intents.otterize.com/service-name as it used to be, and it will be configurable through the environment variable: OTTERIZE_SERVICE_NAME_OVERRIDE_ANNOTATION.

In this intnets-operator PR the serviceidresiolver package were changed to support it so in this PR we are just upgrading intents-operator.

References

https://github.com/otterize/network-mapper/issues/128 https://github.com/otterize/intents-operator/pull/240