Skip to content

Commit

Permalink
fix(helm): use podAnnotations for the controller deployment in helm c…
Browse files Browse the repository at this point in the history
…hart #450
  • Loading branch information
MaksymDolgykh committed May 19, 2021
1 parent 3f1a79a commit 6c6a078
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -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
Expand Down

0 comments on commit 6c6a078

Please sign in to comment.