summaryrefslogtreecommitdiffstats
path: root/templates/search-data-service-deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/search-data-service-deployment.yaml')
-rw-r--r--templates/search-data-service-deployment.yaml10
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/search-data-service-deployment.yaml b/templates/search-data-service-deployment.yaml
index 392a754..5f66710 100644
--- a/templates/search-data-service-deployment.yaml
+++ b/templates/search-data-service-deployment.yaml
@@ -89,16 +89,8 @@ spec:
emptyDir: {}
- name: aai-search-data-service-log-conf
configMap:
- name: aai-search-data-service-configmap
+ name: aai-search-data-service-log-configmap
restartPolicy: Always
imagePullSecrets:
- name: "{{ .Values.nsPrefix }}-docker-registry-key"
----
-apiVersion: v1
-kind: ConfigMap
-metadata:
- name: aai-search-data-service-configmap
- namespace: {{ .Values.nsPrefix }}-aai
-data:
-{{ (.Files.Glob "resources/search-data-service/conf/logback.xml").AsConfig | indent 2 }}
#{{ end }}