Skip to content

Commit

Permalink
Merge pull request #234 from Yancey1989/fix_invalid_emali_tmp
Browse files Browse the repository at this point in the history
fix invalid email tmpl mount path
  • Loading branch information
typhoonzero authored Jul 24, 2017
2 parents 009314e + 9357707 commit 47d8654
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/cloud_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 47d8654

Please sign in to comment.