Skip to content

Commit 70eab88

Browse files
authored
Remove runAsUser in helm template for windows node (#663)
1 parent 511cc0b commit 70eab88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
{{- end }}
5353
containers:
5454
- name: aws-node-termination-handler
55-
{{- with .Values.securityContext }}
55+
{{- with unset .Values.securityContext "runAsUser" }}
5656
securityContext:
5757
{{- toYaml . | nindent 12 }}
5858
{{- end }}

0 commit comments

Comments
 (0)