mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-28 05:14:08 +01:00
🪖 refactor: Helm chart release workflow (#4311)
This commit is contained in:
parent
77bcb80e00
commit
cb0b69e807
12 changed files with 2 additions and 4 deletions
|
|
@ -1,10 +0,0 @@
|
|||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "librechat.fullname" . }}-env
|
||||
labels:
|
||||
{{- include "librechat.labels" . | nindent 4 }}
|
||||
data:
|
||||
{{- range $key, $val := .Values.config.env }}
|
||||
{{ $key }}: {{ $val | quote }}
|
||||
{{- end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue