ungleich-k8s/ldap/templates/nginxconf.yaml
Nico Schottelius 0ce6836d8a begin ldap
2021-11-29 23:50:56 +01:00

7 lines
159 B
YAML

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