summaryrefslogtreecommitdiffstats
path: root/templates/data-router-deployment.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/data-router-deployment.yaml')
-rw-r--r--templates/data-router-deployment.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/data-router-deployment.yaml b/templates/data-router-deployment.yaml
index 37b9fb4..b1cb834 100644
--- a/templates/data-router-deployment.yaml
+++ b/templates/data-router-deployment.yaml
@@ -136,8 +136,9 @@ spec:
name: aai-data-router-dynamic-configmap
- name: aai-data-router-logs
hostPath:
- path: "/dockerdata-nfs/{{ .Values.nsPrefix }}/aai/data-router/logs"
+ path: {{ .Values.persistence.mountPath }}/{{ .Release.Name }}/aai/data-router/logs
restartPolicy: Always
imagePullSecrets:
- name: "{{ .Values.nsPrefix }}-docker-registry-key"
#{{ end }}
+