ungleich-k8s/ldap/templates/nginxconf.yaml

8 lines
159 B
YAML
Raw Normal View History

2021-11-29 22:50:56 +00:00
---
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ tpl .Values.identifier . }}-nginx-config
data:
{{ tpl (.Files.Glob "nginx/*").AsConfig . | indent 2 }}