Skip to content

Commit

Permalink
Merge pull request #2036 from k8s-infra-cherrypick-robot/cherry-pick-…
Browse files Browse the repository at this point in the history
…2035-to-release-0.17

[release-0.17] helm: fix usage of worker.extraArgs
  • Loading branch information
k8s-ci-robot authored Jan 29, 2025
2 parents c758a38 + d20e800 commit 67b6a83
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 67b6a83

Please # to comment.