blob: 772c3a79c87545d6dff9b7e4471db62ee52bda6d [file] [log] [blame]
#{{ if not .Values.disableAaiAaiResources }}
apiVersion: v1
kind: ConfigMap
metadata:
name: aai-chef-config-configmap
namespace: {{ .Values.nsPrefix }}-aai
data:
{{ tpl (.Files.Glob "resources/config/aai-data/chef-config/dev/.knife/solo.rb").AsConfig . | indent 2 }}
---
apiVersion: v1
kind: ConfigMap
metadata:
name: aai-resources-environments-configmap
namespace: {{ .Values.nsPrefix }}-aai
data:
{{ tpl (.Files.Glob "resources/config/aai-data/environments/*").AsConfig . | indent 2 }}
#{{ end }}