Skip to content

Commit 23ebd39

Browse files
committed
helm: fix usage of worker.extraArgs
1 parent c5126c2 commit 23ebd39

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

Lines changed: 1 addition & 1 deletion
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)