From d8e6ac1d7b5aee37478e84b33fec41bbc0810e27 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 15 Mar 2024 02:19:03 -0600 Subject: [PATCH] fix env value --- charts/tubearchivist/Chart.yaml | 2 +- charts/tubearchivist/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/tubearchivist/Chart.yaml b/charts/tubearchivist/Chart.yaml index e114a46..5b4b63d 100644 --- a/charts/tubearchivist/Chart.yaml +++ b/charts/tubearchivist/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: tubearchivist -version: 0.0.2 +version: 0.0.3 sources: - https://github.com/tubearchivist/tubearchivist - https://github.com/bitnami/charts/tree/main/bitnami/redis diff --git a/charts/tubearchivist/templates/deployment.yaml b/charts/tubearchivist/templates/deployment.yaml index fa79d39..4c0ea9d 100644 --- a/charts/tubearchivist/templates/deployment.yaml +++ b/charts/tubearchivist/templates/deployment.yaml @@ -36,7 +36,7 @@ spec: protocol: TCP env: - name: TA_PORT - value: {{ .Values.service.http.port }} + value: {{ .Values.service.http.port | quote }} {{- range $k,$v := .Values.deployment.env }} - name: {{ $k }} value: {{ $v | quote }}