mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-31 02:53:52 +00:00
7 lines
171 B
YAML
7 lines
171 B
YAML
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: {{ include "llama-stack.fullname" . }}-run-config
|
|
data:
|
|
run.yaml: |-
|
|
{{- .Files.Get "files/run.yaml" | nindent 4 }}
|