Skip to content

Commit

Permalink
Fix the incorrect pvc name in exam deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Apr 18, 2024
1 parent d9ce1b7 commit de7084d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
jupyterhub/templates/
jupyterhub/templates/**
2 changes: 1 addition & 1 deletion jupyterhub/templates/examapi/deployment.yaml
Original file line number Diff line number Diff line change
@@ -80,5 +80,5 @@ spec:
volumes:
- name: jupyterhub-efs
persistentVolumeClaim:
claimName: efs
claimName: {{ include "jupyterhub.efs.fullname" . }}
{{- end }}

0 comments on commit de7084d

Please sign in to comment.