Skip to content

Commit 8258e85

Browse files
marquizk8s-infra-cherrypick-robot
authored andcommitted
helm: fix master.extraEnvs
1 parent 749ede5 commit 8258e85

File tree

1 file changed

+1
-1
lines changed
  • deployment/helm/node-feature-discovery/templates

1 file changed

+1
-1
lines changed

deployment/helm/node-feature-discovery/templates/master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ spec:
105105
fieldRef:
106106
fieldPath: spec.nodeName
107107
{{- with .Values.master.extraEnvs }}
108-
{{- toYaml . | nindent 8 }}
108+
{{- toYaml . | nindent 10 }}
109109
{{- end}}
110110
command:
111111
- "nfd-master"

0 commit comments

Comments
 (0)