Skip to content

Commit

Permalink
deploy(helm): fix nodeplugin security context referencing controllerp…
Browse files Browse the repository at this point in the history
…lugin config (#23)
  • Loading branch information
1602077 authored Oct 10, 2024
1 parent 07f7c7a commit d6e97a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
hostPID: true
hostNetwork: {{ .Values.nodeplugin.hostNetwork }}
dnsPolicy: {{ .Values.nodeplugin.dnsPolicy }}
{{- with .Values.controllerplugin.podSecurityContext }}
{{- with .Values.nodeplugin.podSecurityContext }}
securityContext: {{ toYaml . | nindent 8 }}
{{- end }}
containers:
Expand Down

0 comments on commit d6e97a9

Please sign in to comment.