blob: 3b941685153fd985721451642bbea5557faa83af [file] [log] [blame]
#{{ if not .Values.disableAaiAaiResources }}
apiVersion: v1
kind: ConfigMap
metadata:
name: esr-esrserver-log-configmap
namespace: {{ .Values.nsPrefix }}
data:
{{ tpl (.Files.Glob "resources/config/log/esrserver/logback.xml").AsConfig . | indent 2 }}
#{{ end }}