You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With expressions it it currently possible to replace the values of existing annotations (there are only two). It would be great if it would be possible to add new ones, too. My use case is networking.istio.io/exportTo which adds support for the Istio ingress (don't know if it's the standard way, in our Kubernetes cluster it's done this way).
The text was updated successfully, but these errors were encountered:
Unfornately, this is not supported by YamlPath. This tool only supports replacement of values, not adding new values. So, you can't achieve this using configuration.
The good thing is that you can provide your custom Service resource with this annotation. See how you can do this: https://quarkus.io/guides/deploying-to-kubernetes#using-existing-resources
With expressions it it currently possible to replace the values of existing annotations (there are only two). It would be great if it would be possible to add new ones, too. My use case is
networking.istio.io/exportTo
which adds support for the Istio ingress (don't know if it's the standard way, in our Kubernetes cluster it's done this way).The text was updated successfully, but these errors were encountered: