ungleich-k8s/apps/zammad/templates/nginxconf.yaml

8 lines
159 B
YAML
Raw Normal View History

2021-10-09 15:33:43 +00:00
---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ tpl .Values.identifier . }}-nginx-config
data:
{{ tpl (.Files.Glob "nginx/*").AsConfig . | indent 2 }}