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