1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-31 04:04:51 +00:00

Merge pull request #2036 from k8s-infra-cherrypick-robot/cherry-pick-2035-to-release-0.17

[release-0.17] helm: fix usage of worker.extraArgs
This commit is contained in:
Kubernetes Prow Robot 2025-01-29 03:41:23 -08:00 committed by GitHub
commit 67b6a83b71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -106,7 +106,7 @@ spec:
{{- end }}
- "-metrics={{ .Values.worker.metricsPort | default "8081"}}"
- "-grpc-health={{ .Values.worker.healthPort | default "8082" }}"
{{- with .Values.gc.extraArgs }}
{{- with .Values.worker.extraArgs }}
{{- toYaml . | nindent 8 }}
{{- end }}
ports: