ungleich-k8s/apps/workadventure/v4/templates/nginxconf.yaml
2022-10-08 21:45:35 +02:00

7 lines
148 B
YAML

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