From 6c6a078008c8bf72efdb6dba4b75efbd5d77b71a Mon Sep 17 00:00:00 2001 From: Maksym Dolgykh Date: Wed, 19 May 2021 21:41:24 +0300 Subject: [PATCH] fix(helm): use podAnnotations for the controller deployment in helm chart #450 --- .../aws-efs-csi-driver/templates/controller-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/aws-efs-csi-driver/templates/controller-deployment.yaml b/charts/aws-efs-csi-driver/templates/controller-deployment.yaml index 55f51146e..739d7ad25 100644 --- a/charts/aws-efs-csi-driver/templates/controller-deployment.yaml +++ b/charts/aws-efs-csi-driver/templates/controller-deployment.yaml @@ -19,8 +19,8 @@ spec: app: efs-csi-controller app.kubernetes.io/name: {{ include "aws-efs-csi-driver.name" . }} app.kubernetes.io/instance: {{ .Release.Name }} - {{- if .Values.node.podAnnotations }} - annotations: {{ toYaml .Values.node.podAnnotations | nindent 8 }} + {{- if .Values.podAnnotations }} + annotations: {{ toYaml .Values.podAnnotations | nindent 8 }} {{- end }} spec: hostNetwork: true