mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 04:53:54 +00:00
9 lines
No EOL
215 B
YAML
9 lines
No EOL
215 B
YAML
{{- if .Values.customRunConfig }}
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "llama-stack.fullname" . }}-run-config
|
|
data:
|
|
run.yaml: |-
|
|
{{- .Files.Get "files/run.yaml" | nindent 4 }}
|
|
{{- end }} |