Add champ subchart to oom aai
[oom.git] / kubernetes / vid / templates / vid-lfconfig-configmap.yaml
1 #{{ if not .Values.disableVidVidMariadb }}
2 apiVersion: v1
3 kind: ConfigMap
4 metadata:
5   name: vid-lfconfig-configmap
6   namespace: {{ .Values.nsPrefix }}
7 data:
8 {{ tpl (.Files.Glob "resources/config/lf_config/*").AsConfig . | indent 2 }}
9 #{{ end }}