#{{ 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 }} |