vllm/vllm_v0.10.0/examples/online_serving/chart-helm/templates/configmap.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 -}}