From 15f48662fc2a4788c2865c3e8f1cc0d476b2875b Mon Sep 17 00:00:00 2001 From: Kochetkov S Date: Thu, 9 Apr 2026 13:10:14 +0300 Subject: [PATCH] fix(local-path): set storageClass values for flux release --- .../infrastructure/patches/local-path-provisioner.yaml | 5 +++++ 1 file changed, 5 insertions(+) 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