1 #{{ if not .Values.disableAaiSparkyBe }}
5 name: sparky-be-configmap
6 namespace: {{ .Values.nsPrefix }}-aai
8 {{ tpl (.Files.Glob "resources/config/sparky-be/appconfig/*").AsConfig . | indent 2 }}
13 name: sparky-be-model-configmap
14 namespace: {{ .Values.nsPrefix }}-aai
16 {{ tpl (.Files.Glob "resources/config/sparky-be/appconfig/model/*").AsConfig . | indent 2 }}
21 name: sparky-be-portal-configmap
22 namespace: {{ .Values.nsPrefix }}-aai
24 {{ tpl (.Files.Glob "resources/config/sparky-be/appconfig/portal/*").AsConfig . | indent 2 }}
29 name: sparky-be-secret
30 namespace: {{ .Values.nsPrefix }}-aai
33 {{ tpl (.Files.Glob "resources/config/sparky-be/appconfig/auth/*").AsSecrets . | indent 2 }}
38 name: aai-sparky-be-log-configmap
39 namespace: {{ .Values.nsPrefix }}-aai
41 {{ tpl (.Files.Glob "resources/config/log/sparky-be/logback.xml").AsConfig . | indent 2 }}