Skip to content

Commit

Permalink
deploy pod to same namespace as pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
asmacdo committed Nov 8, 2024
1 parent 6ee89b2 commit a8f6ed3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/manifests/disk-usage-report-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Pod
metadata:
name: disk-usage-report-job
namespace: jupyterhub
spec:
containers:
- name: disk-usage-report
Expand All @@ -25,3 +26,4 @@ spec:
- name: persistent-storage
persistentVolumeClaim:
claimName: efs-persist

0 comments on commit a8f6ed3

Please sign in to comment.