We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9cbe69 commit 5e788f8Copy full SHA for 5e788f8
1 file changed
deployments/helm/dra-example-driver/templates/kubeletplugin.yaml
@@ -12,12 +12,10 @@ spec:
12
matchLabels:
13
{{- include "dra-example-driver.selectorLabels" . | nindent 6 }}
14
app.kubernetes.io/component: kubeletplugin
15
+ {{- with .Values.kubeletPlugin.updateStrategy }}
16
updateStrategy:
- {{- if .Values.kubeletPlugin.updateStrategy }}
17
- {{- toYaml .Values.kubeletPlugin.updateStrategy | nindent 4 }}
18
- {{- else }}
19
- type: RollingUpdate
20
- {{- end }}
+ {{- toYaml . | nindent 4 }}
+ {{- end }}
21
template:
22
metadata:
23
{{- with .Values.kubeletPlugin.podAnnotations }}
0 commit comments