ungleich-k8s/apps/docker-cache/templates/nginxconf.yaml

7 lines
144 B
YAML
Raw Normal View History

2021-12-04 19:44:30 +00:00
apiVersion: v1
kind: ConfigMap
metadata:
name: {{ .Release.Name }}-nginx-config
data:
{{ tpl (.Files.Glob "nginx/*").AsConfig . | indent 2 }}