Skip to content

Commit

Permalink
fix: fix pod args
Browse files Browse the repository at this point in the history
  • Loading branch information
akostylev0 committed Oct 11, 2023
1 parent c5e4082 commit f641147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/ton-grpc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- /bin/ton-grpc
{{- if .Values.metrics.enabled }}
- --enable-metrics
{{- end }}
Expand Down

0 comments on commit f641147

Please sign in to comment.