|
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 }} |