nats-io/k8s

Unable to add annotations and additional containers by using 1.2.4 version

Opened this issue · 0 comments

What motivated this proposal?

In the previous version (0.19.0), we had podAnnotations: {}, where we could disable istio injection and also had additionalContainers: [] to add extra containers like oauth2-proxy.

But from version 1.x these helm-values were removed.

What is the proposed change?

In 1.x version please include a possible was to disable istio injection and also for adding additional containers.

Who benefits from this change?

No response

What alternatives have you evaluated?

I have tried adding these in values.yaml, but it did not work.

labels: {
istio-injection: "disabled"
}

annotations: {
reloader.stakater.com/auto: 'true',
sidecar.istio.io/inject: "false"
}