Config seg sdc deployment
[oom.git] / kubernetes / aai / templates / aai-resources-traversal-configmap.yaml
1 #{{ if not .Values.disableAaiAaiResources }}
2 apiVersion: v1
3 kind: ConfigMap
4 metadata:
5   name: aai-chef-config-configmap
6   namespace: {{ .Values.nsPrefix }}-aai
7 data:
8 {{ tpl (.Files.Glob "resources/config/aai-data/chef-config/dev/.knife/solo.rb").AsConfig . | indent 2 }}
9 ---
10 apiVersion: v1
11 kind: ConfigMap
12 metadata:
13   name: aai-resources-environments-configmap
14   namespace: {{ .Values.nsPrefix }}-aai
15 data:
16 {{ tpl (.Files.Glob "resources/config/aai-data/environments/*").AsConfig . | indent 2 }}
17 #{{ end }}