Skip to content

Commit 79f4f12

Browse files
authored
Merge pull request #3633 from phbergsmann/init-container-extra-volume-mounts
feat: add support for extra volume mounts in aws-vpc-cni-init container
2 parents 43d737b + cbf4138 commit 79f4f12

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/aws-vpc-cni/templates/daemonset.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ spec:
5656
volumeMounts:
5757
- mountPath: /host/opt/cni/bin
5858
name: cni-bin-dir
59+
{{- with .Values.extraVolumeMounts }}
60+
{{- toYaml . | nindent 10 }}
61+
{{- end }}
5962
terminationGracePeriodSeconds: 10
6063
{{- with .Values.tolerations }}
6164
tolerations:

0 commit comments

Comments
 (0)