diff --git a/chart/templates/kyverno/policies/values.yaml b/chart/templates/kyverno/policies/values.yaml
index 089d03c433a5c16c15a057326cc1129a802b3f06..91c5c4074548ee7f9beef73441739acb2a8f36ea 100644
--- a/chart/templates/kyverno/policies/values.yaml
+++ b/chart/templates/kyverno/policies/values.yaml
@@ -427,7 +427,7 @@ policies:
   # To override either disable this policy (not ideal) or add an allowed wildcard matching where local paths are provisioned.
   # See `/docs/example_configs/policy-overrides-k3d.yaml` for an example of how to do this for k3d.
   restrict-host-path-mount-pv:
-    validationFailureAction: audit
+    validationFailureAction: enforce
 
   restrict-host-path-write:
     validationFailureAction: enforce