mirror of
https://github.com/slurm-personal/school-dev-k8s.git
synced 2026-06-27 13:50:24 +00:00
Change some practice
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{{- define "libchart.configmap.tpl" -}}
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: {{ .Release.Name | printf "%s-%s" .Chart.Name }}
|
||||
data: {}
|
||||
{{- end -}}
|
||||
{{- define "libchart.configmap" -}}
|
||||
{{- include "libchart.util.merge" (append . "libchart.configmap.tpl") -}}
|
||||
{{- end -}}
|
||||
Reference in New Issue
Block a user