Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #404 from fabriziosestito/fix_runner_helm_chart
Browse files Browse the repository at this point in the history
Fix runner deployment
  • Loading branch information
fabriziosestito authored Oct 28, 2021
2 parents 59a36ca + 36366b0 commit dec0144
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
- --api-host
- {{ .Release.Name }}-trento-web
- --api-port
- {{ .Values.trentoWeb.service.port }}
- "{{ .Values.trentoWeb.service.port }}"
- -i
- "5"
env:
Expand Down

0 comments on commit dec0144

Please sign in to comment.