blob: 772c3a79c87545d6dff9b7e4471db62ee52bda6d [file] [log] [blame]
mayankg27032eb57a22018-02-05 09:01:02 +00001#{{ if not .Values.disableAaiAaiResources }}
2apiVersion: v1
3kind: ConfigMap
4metadata:
5 name: aai-chef-config-configmap
6 namespace: {{ .Values.nsPrefix }}-aai
7data:
8{{ tpl (.Files.Glob "resources/config/aai-data/chef-config/dev/.knife/solo.rb").AsConfig . | indent 2 }}
9---
10apiVersion: v1
11kind: ConfigMap
12metadata:
13 name: aai-resources-environments-configmap
14 namespace: {{ .Values.nsPrefix }}-aai
15data:
16{{ tpl (.Files.Glob "resources/config/aai-data/environments/*").AsConfig . | indent 2 }}
17#{{ end }}