onprem-deploy/yonote-chart-mono/templates/configmap.yaml

10 lines
286 B
YAML
Raw Normal View History

2024-07-11 12:13:26 +00:00
apiVersion: v1
kind: ConfigMap
metadata:
name: yonote-configs
labels:
{{- include "common.labels.standard" $ | nindent 4 }}
{{- with .Values.global.yonote.config.plain.data }}
data:
{{- include "common.tplvalues.render" (dict "value" . "context" $) | nindent 2 }}
{{- end }}