mirror of
https://github.com/slurm-personal/school-dev-k8s.git
synced 2026-06-27 22:00:22 +00:00
6 lines
144 B
YAML
6 lines
144 B
YAML
{{- include "libchart.configmap" (list . "mychart.configmap") -}}
|
|
{{- define "mychart.configmap" -}}
|
|
data:
|
|
myvalue: "Hello World"
|
|
{{- end -}}
|