mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 11:26:16 +08:00
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 -}} |