From 93577076000f4e41dbcf97b705b7878f1ec10d14 Mon Sep 17 00:00:00 2001 From: Yancey1989 Date: Sun, 23 Jul 2017 18:30:17 +0800 Subject: [PATCH] fix invalid email tmpl mount path --- k8s/cloud_deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/k8s/cloud_deployment.yaml b/k8s/cloud_deployment.yaml index b87ec725..3c7d142c 100644 --- a/k8s/cloud_deployment.yaml +++ b/k8s/cloud_deployment.yaml @@ -50,9 +50,9 @@ spec: #- name: homepage # mountPath: /pcloud/paddlecloud/templates/homepage.html #- name: email-tmp-msg: - # mountPath: /pcloud/paddlecloud/notebook/account/email/email_confirmation_message.txt + # mountPath: /pcloud/notebook/templates/account/email/email_confirmation_message.txt #- name: email-tmp-subj: - # mountPath: /pcloud/paddlecloud/notebook/account/email/email_confirmation_subject.txt + # mountPath: /pcloud/notebook/templates/account/email/email_confirmation_subject.txt ports: - containerPort: 8000 env: