ungleich-k8s/helm/treetest/templates/configmap.yaml

11 lines
243 B
YAML
Raw Normal View History

---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-conf
labels:
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/component: fancyapp
data:
{{ tpl (.Files.Glob "test/*").AsConfig . | indent 2 }}