mirror of
https://github.com/wassname/vllm.git
synced 2026-07-27 11:29:03 +08:00
Signed-off-by: Harry Mellor <19981378+hmellor@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 -}} |