From 975ea5b9d269762a4ad5da7193cfc6b83333836a Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 27 Jun 2024 10:06:38 +1000 Subject: [PATCH] fix interval for local-path-provisioner --- .../infrastructure/local-path-provisioner/app/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes/infrastructure/local-path-provisioner/app/release.yaml b/kubernetes/infrastructure/local-path-provisioner/app/release.yaml index 254171f..4968935 100644 --- a/kubernetes/infrastructure/local-path-provisioner/app/release.yaml +++ b/kubernetes/infrastructure/local-path-provisioner/app/release.yaml @@ -15,7 +15,7 @@ spec: kind: GitRepository namespace: flux-system name: local-path-provisioner - interval: 1d + interval: 24h values: storageClass: reclaimPolicy: Retain