Skip to content

Commit 837d0cf

Browse files
authored
Merge pull request #2035 from marquiz/devel/helm-fix
helm: fix usage of worker.extraArgs
2 parents c5126c2 + 23ebd39 commit 837d0cf

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/worker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ spec:
106106
{{- end }}
107107
- "-metrics={{ .Values.worker.metricsPort | default "8081"}}"
108108
- "-grpc-health={{ .Values.worker.healthPort | default "8082" }}"
109-
{{- with .Values.gc.extraArgs }}
109+
{{- with .Values.worker.extraArgs }}
110110
{{- toYaml . | nindent 8 }}
111111
{{- end }}
112112
ports:

0 commit comments

Comments
 (0)