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
What happened?
Helm chart doesn't render .Values.podAnnotations for controller-deployment. Instead it render's .Values.node.podAnnotations
What you expected to happen?
I assume .Values.podAnnotations should be used for the controller Deployment and .Values.node.podAnnotations for node DaemonSet
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?:
helm chart version 1.2.4
Environment
Kubernetes version (use kubectl version):
Driver version:
The text was updated successfully, but these errors were encountered:
/kind bug
What happened?
Helm chart doesn't render
.Values.podAnnotations
for controller-deployment. Instead it render's.Values.node.podAnnotations
What you expected to happen?
I assume
.Values.podAnnotations
should be used for the controllerDeployment
and.Values.node.podAnnotations
for nodeDaemonSet
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?:
helm chart version
1.2.4
Environment
kubectl version
):The text was updated successfully, but these errors were encountered: