This commit is contained in:
2024-02-09 22:57:00 -07:00
parent 4f6df7689b
commit ceba91a91b
2 changed files with 7 additions and 2 deletions

View File

@@ -36,6 +36,10 @@ spec:
containerPort: {{ .Values.service.http.port }}
protocol: TCP
env:
{{- range $k,$v := .Values.deployment.env }}
- name: {{ $k }}
value: {{ $v | quote }}
{{- end }}
volumeMounts:
- name: homepage-config
subPath: bookmarks.yaml