diff options
author | Mandeep Khinda <Mandeep.Khinda@amdocs.com> | 2018-04-18 00:08:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-18 00:08:03 +0000 |
commit | f2c835390a34a0595f2361cb407110d55095c377 (patch) | |
tree | 1752b827f19a0abde85799f0cb86302cdc0b407e /kubernetes/aai/templates/configmap.yaml | |
parent | ef5004bd2145fdff8d529af84e499b5109fffd93 (diff) | |
parent | 1a3a3557a080ba7ee7d1022d9a3dd0e165779ab2 (diff) |
Merge "Update from using hbase to using cassandra"
Diffstat (limited to 'kubernetes/aai/templates/configmap.yaml')
-rw-r--r-- | kubernetes/aai/templates/configmap.yaml | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/kubernetes/aai/templates/configmap.yaml b/kubernetes/aai/templates/configmap.yaml index 78235bcd4f..592e4129d1 100644 --- a/kubernetes/aai/templates/configmap.yaml +++ b/kubernetes/aai/templates/configmap.yaml @@ -14,22 +14,5 @@ metadata: namespace: {{ include "common.namespace" . }} data: {{ tpl (.Files.Glob "resources/config/haproxy/*").AsConfig . | indent 2 }} ---- -# this is a shared resource for subcharts -apiVersion: v1 -kind: ConfigMap -metadata: - name: aai-chef-config - namespace: {{ include "common.namespace" . }} -data: -{{ tpl (.Files.Glob "resources/config/aai-data/chef-config/dev/.knife/solo.rb").AsConfig . | indent 2 }} ---- -# this is a shared resource for subcharts -apiVersion: v1 -kind: ConfigMap -metadata: - name: aai-resources-environments - namespace: {{ include "common.namespace" . }} -data: -{{ tpl (.Files.Glob "resources/config/aai-data/environments/*").AsConfig . | indent 2 }} + |