We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5126c2 + 23ebd39 commit 837d0cfCopy full SHA for 837d0cf
deployment/helm/node-feature-discovery/templates/worker.yaml
@@ -106,7 +106,7 @@ spec:
106
{{- end }}
107
- "-metrics={{ .Values.worker.metricsPort | default "8081"}}"
108
- "-grpc-health={{ .Values.worker.healthPort | default "8082" }}"
109
- {{- with .Values.gc.extraArgs }}
+ {{- with .Values.worker.extraArgs }}
110
{{- toYaml . | nindent 8 }}
111
112
ports:
0 commit comments