diff --git a/clusters/yc-k8s-test/infrastructure/patches/local-path-provisioner.yaml b/clusters/yc-k8s-test/infrastructure/patches/local-path-provisioner.yaml index c8c4467..67d6037 100644 --- a/clusters/yc-k8s-test/infrastructure/patches/local-path-provisioner.yaml +++ b/clusters/yc-k8s-test/infrastructure/patches/local-path-provisioner.yaml @@ -9,3 +9,8 @@ spec: values: imagePullSecrets: - name: regcred + storageClass: + create: true + defaultClass: false + name: local-path + reclaimPolicy: Delete