fix env value

This commit is contained in:
2024-03-15 02:19:03 -06:00
parent 03d0cab454
commit d8e6ac1d7b
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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 }}