diff --git a/deploy/df-wiki/templates/pvc-structure.yaml b/deploy/df-wiki/templates/pvc-structure.yaml
index ec9612a0710bfaab0dad2549da0543e0900b858e..e32645053d0e30f47d09de205a82d3e753264caa 100644
--- a/deploy/df-wiki/templates/pvc-structure.yaml
+++ b/deploy/df-wiki/templates/pvc-structure.yaml
@@ -2,6 +2,8 @@ apiVersion: v1
 kind: PersistentVolumeClaim
 metadata:
   name: structure-data-pvc
+  annotations:
+    "helm.sh/resource-policy": keep
 spec:
   accessModes:
   - ReadWriteMany