From 044486ba74fc3c96d405901a865cfa11b016fc09 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Mon, 13 Apr 2026 15:32:23 -0500 Subject: [PATCH] use default storage class --- ops/chart/templates/postgresql.yaml | 1 - ops/chart/values.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/ops/chart/templates/postgresql.yaml b/ops/chart/templates/postgresql.yaml index 2eb8e67..89948fc 100644 --- a/ops/chart/templates/postgresql.yaml +++ b/ops/chart/templates/postgresql.yaml @@ -20,7 +20,6 @@ spec: owner: {{ .Values.postgresql.owner | default "policy_service" }} storage: - storageClass: {{ .Values.postgresql.storageClass | default "local-path" }} size: {{ .Values.postgresql.storageSize | default "1Gi" }} resources: diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index 47ef990..d66a89f 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -86,7 +86,6 @@ postgresql: instances: 1 database: policy_service owner: policy_service - storageClass: local-path storageSize: 1Gi resources: requests: