diff options
author | 2018-02-05 09:01:02 +0000 | |
---|---|---|
committer | 2018-02-05 09:03:24 +0000 | |
commit | 2eb57a2f2bcdb2d2aa428ba0e1352d0b14b6804e (patch) | |
tree | a7f3f24a385b78303500893b6eae0edf310bcbbc /templates/aai-resources-traversal-configmap.yaml | |
parent | bccac379acdd6422375f8b2fa74dbe3ef082cbb1 (diff) |
config seg aai resources and traversal
Issue-ID: OOM-658
Change-Id: I8878f202147edc419341fdc3bdafeb1ebc2eec1c
Signed-off-by: mayankg2703 <mayank.gupta@amdocs.com>
Diffstat (limited to 'templates/aai-resources-traversal-configmap.yaml')
-rw-r--r-- | templates/aai-resources-traversal-configmap.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/aai-resources-traversal-configmap.yaml b/templates/aai-resources-traversal-configmap.yaml new file mode 100644 index 0000000..772c3a7 --- /dev/null +++ b/templates/aai-resources-traversal-configmap.yaml @@ -0,0 +1,17 @@ +#{{ 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 }} |