From f641147d7cd1897bf4485ca530ffbd4ed118d8cd Mon Sep 17 00:00:00 2001 From: Andrei Kostylev Date: Wed, 11 Oct 2023 12:46:03 +0300 Subject: [PATCH] fix: fix pod args --- charts/ton-grpc/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/ton-grpc/templates/deployment.yaml b/charts/ton-grpc/templates/deployment.yaml index 6a8f9fe0..ba050cd6 100644 --- a/charts/ton-grpc/templates/deployment.yaml +++ b/charts/ton-grpc/templates/deployment.yaml @@ -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 }}