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:
commit
67b6a83b71
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue