summaryrefslogtreecommitdiffstats
path: root/templates/modelloader-deployment.yaml
diff options
context:
space:
mode:
authorAlexis de Talhouƫt <alexis.de_talhouet@bell.ca>2018-02-09 14:50:18 +0000
committerGerrit Code Review <gerrit@onap.org>2018-02-09 14:50:18 +0000
commit437c8f676a2b2785b438e0d461a95be03e5391cd (patch)
treeed9a3b2da0059824d9d41b978bdf4223d327b831 /templates/modelloader-deployment.yaml
parentf2131185e18ba27c0ca686914b8b8ae2bd8fe75e (diff)
parent934c1153c841d82b178edaae1b2f768fadf0eec0 (diff)
Merge "aai model loader config alignment"
Diffstat (limited to 'templates/modelloader-deployment.yaml')
-rw-r--r--templates/modelloader-deployment.yaml10
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/modelloader-deployment.yaml b/templates/modelloader-deployment.yaml
index c813058..2508446 100644
--- a/templates/modelloader-deployment.yaml
+++ b/templates/modelloader-deployment.yaml
@@ -68,16 +68,8 @@ spec:
emptyDir: {}
- name: aai-model-loader-log-conf
configMap:
- name: aai-model-loader-configmap
+ name: aai-model-loader-log-configmap
restartPolicy: Always
imagePullSecrets:
- name: "{{ .Values.nsPrefix }}-docker-registry-key"
----
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: aai-model-loader-configmap
- namespace: {{ .Values.nsPrefix }}-aai
-data:
-{{ (.Files.Glob "resources/model-loader/conf/logback.xml").AsConfig | indent 2 }}
#{{ end }}