We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6d71c4 commit 80ac9c0Copy full SHA for 80ac9c0
config/helm/aws-node-termination-handler/templates/deployment.yaml
@@ -26,12 +26,12 @@ spec:
26
{{ $key }}: {{ $value | quote }}
27
{{- end }}
28
spec:
29
+ {{- if and .Values.webhookTemplateConfigMapName .Values.webhookTemplateConfigMapKey }}
30
volumes:
- {{- if and .Values.webhookTemplateConfigMapName .Values.webhookTemplateConfigMapKey }}
31
- name: "webhook-template"
32
configMap:
33
name: {{ .Values.webhookTemplateConfigMapName }}
34
- {{- end }}
+ {{- end }}
35
priorityClassName: {{ .Values.priorityClassName | quote }}
36
affinity:
37
{{- with .Values.affinity }}
0 commit comments