Skip to content

Commit

Permalink
Update exam PVC name to match prefixed names
Browse files Browse the repository at this point in the history
  • Loading branch information
xcompass committed Apr 17, 2024
1 parent cdaad3b commit d9ce1b7
Show file tree
Hide file tree
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/pv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: efs
name: {{ include "jupyterhub.efs.fullname" . }}
spec:
accessModes:
- ReadWriteMany
Expand Down

0 comments on commit d9ce1b7

Please sign in to comment.