From c6260f0b3d6c2f254d38e59b757e54eb309e13a4 Mon Sep 17 00:00:00 2001 From: november-pain Date: Fri, 3 Sep 2021 11:42:23 +0000 Subject: [PATCH] parsing template error fixed --- charts/mpc-net/Chart.yaml | 2 +- charts/mpc-net/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/mpc-net/Chart.yaml b/charts/mpc-net/Chart.yaml index c6664b7..ed7d9ab 100644 --- a/charts/mpc-net/Chart.yaml +++ b/charts/mpc-net/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: mpc-net description: A net module helm chart for mpc signer type: application -version: 0.1.5 +version: 0.1.6 appVersion: "1.16.0" diff --git a/charts/mpc-net/templates/deployment.yaml b/charts/mpc-net/templates/deployment.yaml index c969f3a..719748d 100644 --- a/charts/mpc-net/templates/deployment.yaml +++ b/charts/mpc-net/templates/deployment.yaml @@ -36,7 +36,7 @@ spec: {{- toYaml .Values.pod.extraArgs | nindent 12 }} env: - name: web - value: {{ .Values.pod.env.web }} + value: "{{ .Values.pod.env.web }}" - name: VAULTS_IPS value: "{{ .Release.Name }}-{{ .Values.pod.env.vaultAddress }}@{{ .Values.pod.env.vaultToken }}" - name: TRUSTY_IP