the middle of the idiots
This commit is contained in:
8
qwen/hack/helm/moh-app/templates/configmap.yaml
Normal file
8
qwen/hack/helm/moh-app/templates/configmap.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ include "moh-app.fullname" . }}-config
|
||||
data:
|
||||
{{- range $key, $value := .Values.config }}
|
||||
{{ $key }}: {{ $value | quote }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user