ungleich-k8s/apps/workadventure/v3/templates/nginxconf.yaml

8 lines
148 B
YAML

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