From f7f594a2e47499ac2d7d6d1aa4580cb47fc67199 Mon Sep 17 00:00:00 2001 From: HaimKortovich Date: Tue, 14 Apr 2026 14:22:28 -0500 Subject: [PATCH] add suffix to cluster name --- ops/chart/values.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index e45d60c..0550688 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -83,11 +83,7 @@ rawResources: enabled: true apiVersion: postgresql.cnpg.io/v1 kind: Cluster - metadata: - name: policy-service-pg - labels: - app.kubernetes.io/name: policy-service - app.kubernetes.io/instance: policy-service + suffix: pg spec: spec: description: "PostgreSQL cluster for policy-service"