15 lines
299 B
YAML
15 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 }}
|