Skip to content

Commit

Permalink
fix tonConfigUrl helm param
Browse files Browse the repository at this point in the history
  • Loading branch information
akostylev0 committed Dec 7, 2023
1 parent 38c4975 commit 6c30307
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/ton-grpc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ spec:
- --enable-metrics
{{- end }}
{{- if .Values.tonConfigUrl }}
- --ton-config-url="{{ .Values.tonConfigUrl }}"
- --ton-config-url
- {{ .Values.tonConfigUrl }}
{{- end }}
ports:
- name: http
Expand Down

0 comments on commit 6c30307

Please sign in to comment.