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
=>
pod "open-match-query-***" has an annotation "test.sh/component=query"
Describe alternatives you've considered
The user can use "kubectl annotate" to annotate the pod after the chart installation process.
But, It's more declarative.
Additional context
Nothing.
The text was updated successfully, but these errors were encountered:
Hey @oniku-2929, Thanks for filling the PR. Once, PR 1587 will merge then I will try to rebuild this PR. Meanwhile, if you could let use know did you try user-specified pod annotations? Is it working as expected?
Is your feature request related to a problem? Please describe.
Some Service Mesh OSS products require pod annotations for controlling their functions.
e.g.
Istio:https://istio.io/latest/docs/reference/config/annotations/
Consul:https://developer.hashicorp.com/consul/docs/k8s/annotations-and-labels
It would be helpful if we can inject our specified pod annotations during the chart installation process.
Describe the solution you'd like
Add podAnnotations to Helm templates for injecting user-specified pod annotations.
e.g.
or
=>
pod "open-match-query-***" has an annotation "test.sh/component=query"
Describe alternatives you've considered
The user can use "kubectl annotate" to annotate the pod after the chart installation process.
But, It's more declarative.
Additional context
Nothing.
The text was updated successfully, but these errors were encountered: