diff --git a/pkg/helm/values.yaml b/pkg/helm/values.yaml index 10906e8a4e5..7418a3206a3 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