Skip to content

Commit 6bb4462

Browse files
authored
Merge pull request #12 from stackhpc/fix/pvc-cleanup
Ensure only relevant PVCs are cleaned up on delete
2 parents e3f1bd3 + 5e67b2c commit 6bb4462

File tree

1 file changed

+2
-1
lines changed
  • deployment/helm/charts/danswer/templates/stackhpc

1 file changed

+2
-1
lines changed

deployment/helm/charts/danswer/templates/stackhpc/hooks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ spec:
7474
- -n
7575
- {{ .Release.Name }}
7676
- pvc
77-
- --all
77+
- {{ .Values.indexCapability.indexingModelPVC.name }}
78+
- {{ .Values.inferenceCapability.pvc.name }}
7879
restartPolicy: Never
7980
serviceAccountName: default
8081
---

0 commit comments

Comments
 (0)