From 68f23c64c22088ebb6db00d1bb8ee91781c58b0f Mon Sep 17 00:00:00 2001 From: egvimo Date: Wed, 22 Oct 2025 20:33:50 +0200 Subject: [PATCH] Disable persistence by default In the readme persistance is disabled by default. --- pkg/helm/values.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkg/helm/values.yaml b/pkg/helm/values.yaml index 10906e8a4..7418a3206 100644 --- a/pkg/helm/values.yaml +++ b/pkg/helm/values.yaml @@ -78,7 +78,7 @@ resources: memory: 512Mi persistence: - enabled: true + enabled: false size: 1Gi storageClass: "" accessModes: ["ReadWriteOnce"] @@ -152,4 +152,5 @@ containerSecurityContext: appArmorProfile: type: RuntimeDefault windowsOptions: - hostProcess: false \ No newline at end of file + + hostProcess: false