Skip to content

Commit

Permalink
Merge 6c6a078 into 3f1a79a
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksymDolgykh committed May 19, 2021
2 parents 3f1a79a + 6c6a078 commit f4dbfbe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
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 f4dbfbe

Please sign in to comment.