mayankg2703 | 2eb57a2 | 2018-02-05 09:01:02 +0000 | [diff] [blame^] | 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 }} |