From beb8ff9cecef4907123a7e01a2ab68b6e4fa7b3f Mon Sep 17 00:00:00 2001 From: november-pain Date: Fri, 3 Sep 2021 11:28:53 +0000 Subject: [PATCH] template error fixed --- charts/mpc-net/Chart.yaml | 2 +- charts/mpc-net/templates/deployment.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/mpc-net/Chart.yaml b/charts/mpc-net/Chart.yaml index 0be4a86..c6664b7 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.4 +version: 0.1.5 appVersion: "1.16.0" diff --git a/charts/mpc-net/templates/deployment.yaml b/charts/mpc-net/templates/deployment.yaml index 3518eca..c969f3a 100644 --- a/charts/mpc-net/templates/deployment.yaml +++ b/charts/mpc-net/templates/deployment.yaml @@ -36,11 +36,11 @@ spec: {{- toYaml .Values.pod.extraArgs | nindent 12 }} env: - name: web - value: {{ .Values.env.web }} + value: {{ .Values.pod.env.web }} - name: VAULTS_IPS - value: "{{ .Release.Name }}-{{ .Values.env.vaultAddress }}@{{ .Values.env.vaultToken }}" + value: "{{ .Release.Name }}-{{ .Values.pod.env.vaultAddress }}@{{ .Values.pod.env.vaultToken }}" - name: TRUSTY_IP - value: "{{ .Values.env.trusteeAddress }}@{{ .Values.env.trusteeToken }}" + value: "{{ .Values.pod.env.trusteeAddress }}@{{ .Values.pod.env.trusteeToken }}" securityContext: {{- toYaml .Values.securityContext | nindent 12 }}