Files
MOHPortalTest-AllAgents-All…/qwen/hack/helm/moh-app/templates/configmap.yaml
2025-10-24 16:29:40 -05:00

8 lines
190 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: {{ include "moh-app.fullname" . }}-config
data:
{{- range $key, $value := .Values.config }}
{{ $key }}: {{ $value | quote }}
{{- end }}