File tree 3 files changed +5
-5
lines changed
config/helm/aws-node-termination-handler
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
2
name : aws-node-termination-handler
3
3
description : A Helm chart for the AWS Node Termination Handler
4
- version : 0.13.0
4
+ version : 0.13.1
5
5
appVersion : 1.11.0
6
6
home : https://github.com/aws/eks-charts
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Original file line number Diff line number Diff line change 43
43
hostPath :
44
44
path : {{ .Values.procUptimeFile | default "/proc/uptime" | quote }}
45
45
{{- if and .Values.webhookTemplateConfigMapName .Values.webhookTemplateConfigMapKey }}
46
- - name : " webhookTemplate "
46
+ - name : " webhook-template "
47
47
configMap :
48
48
name : {{ .Values.webhookTemplateConfigMapName }}
49
49
{{- end }}
91
91
mountPath : {{ .Values.procUptimeFile | default "/proc/uptime" | quote }}
92
92
readOnly : true
93
93
{{- if and .Values.webhookTemplateConfigMapName .Values.webhookTemplateConfigMapKey }}
94
- - name : " webhookTemplate "
94
+ - name : " webhook-template "
95
95
mountPath : " /config/"
96
96
{{- end }}
97
97
env :
Original file line number Diff line number Diff line change 40
40
spec :
41
41
{{- if and .Values.webhookTemplateConfigMapName .Values.webhookTemplateConfigMapKey }}
42
42
volumes :
43
- - name : " webhookTemplate "
43
+ - name : " webhook-template "
44
44
configMap :
45
45
name : {{ .Values.webhookTemplateConfigMapName }}
46
46
{{- end }}
72
72
imagePullPolicy : {{ .Values.image.pullPolicy }}
73
73
{{- if and .Values.webhookTemplateConfigMapName .Values.webhookTemplateConfigMapKey }}
74
74
volumeMounts :
75
- - name : " webhookTemplate "
75
+ - name : " webhook-template "
76
76
mountPath : " /config/"
77
77
{{- end }}
78
78
env :
You can’t perform that action at this time.
0 commit comments