Skip to content

Commit 677faf9

Browse files
author
Sungyoon Jeong
committed
Fix volume name of daemonsets
1 parent 9ec8655 commit 677faf9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

config/helm/aws-node-termination-handler/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: aws-node-termination-handler
33
description: A Helm chart for the AWS Node Termination Handler
4-
version: 0.13.0
4+
version: 0.13.1
55
appVersion: 1.11.0
66
home: https://github.com/aws/eks-charts
77
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png

config/helm/aws-node-termination-handler/templates/daemonset.linux.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
hostPath:
4444
path: {{ .Values.procUptimeFile | default "/proc/uptime" | quote }}
4545
{{- if and .Values.webhookTemplateConfigMapName .Values.webhookTemplateConfigMapKey }}
46-
- name: "webhookTemplate"
46+
- name: "webhook-template"
4747
configMap:
4848
name: {{ .Values.webhookTemplateConfigMapName }}
4949
{{- end }}
@@ -91,7 +91,7 @@ spec:
9191
mountPath: {{ .Values.procUptimeFile | default "/proc/uptime" | quote }}
9292
readOnly: true
9393
{{- if and .Values.webhookTemplateConfigMapName .Values.webhookTemplateConfigMapKey }}
94-
- name: "webhookTemplate"
94+
- name: "webhook-template"
9595
mountPath: "/config/"
9696
{{- end }}
9797
env:

config/helm/aws-node-termination-handler/templates/daemonset.windows.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
spec:
4141
{{- if and .Values.webhookTemplateConfigMapName .Values.webhookTemplateConfigMapKey }}
4242
volumes:
43-
- name: "webhookTemplate"
43+
- name: "webhook-template"
4444
configMap:
4545
name: {{ .Values.webhookTemplateConfigMapName }}
4646
{{- end }}
@@ -72,7 +72,7 @@ spec:
7272
imagePullPolicy: {{ .Values.image.pullPolicy }}
7373
{{- if and .Values.webhookTemplateConfigMapName .Values.webhookTemplateConfigMapKey }}
7474
volumeMounts:
75-
- name: "webhookTemplate"
75+
- name: "webhook-template"
7676
mountPath: "/config/"
7777
{{- end }}
7878
env:

0 commit comments

Comments
 (0)