fix env value
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: tubearchivist
|
name: tubearchivist
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/tubearchivist/tubearchivist
|
- https://github.com/tubearchivist/tubearchivist
|
||||||
- https://github.com/bitnami/charts/tree/main/bitnami/redis
|
- https://github.com/bitnami/charts/tree/main/bitnami/redis
|
||||||
|
@@ -36,7 +36,7 @@ spec:
|
|||||||
protocol: TCP
|
protocol: TCP
|
||||||
env:
|
env:
|
||||||
- name: TA_PORT
|
- name: TA_PORT
|
||||||
value: {{ .Values.service.http.port }}
|
value: {{ .Values.service.http.port | quote }}
|
||||||
{{- range $k,$v := .Values.deployment.env }}
|
{{- range $k,$v := .Values.deployment.env }}
|
||||||
- name: {{ $k }}
|
- name: {{ $k }}
|
||||||
value: {{ $v | quote }}
|
value: {{ $v | quote }}
|
||||||
|
Reference in New Issue
Block a user