ungleich-k8s/apps/opennebula/templates/configmap.yaml
2021-08-10 21:29:40 +02:00

14 lines
299 B
YAML

---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-opennebula-config
data:
{{ tpl (.Files.Glob "one/*").AsConfig . | indent 2 }}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-nginx-config
data:
{{ tpl (.Files.Glob "nginx/*").AsConfig . | indent 2 }}