mirror of
https://github.com/wassname/vllm.git
synced 2026-07-12 05:46:33 +08:00
fe2e10c71b
Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com>
11 lines
234 B
YAML
11 lines
234 B
YAML
{{- if .Values.configs -}}
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: "{{ .Release.Name }}-configs"
|
|
namespace: {{ .Release.Namespace }}
|
|
data:
|
|
{{- with .Values.configs }}
|
|
{{- toYaml . | nindent 2 }}
|
|
{{- end }}
|
|
{{- end -}} |