From 5d8e1f5517a3903e29e035d2f474379e3a870a89 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Tue, 2 Jul 2024 21:23:03 +0200 Subject: [PATCH] fix(cnpg): set release name --- cnpg/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cnpg/kustomization.yaml b/cnpg/kustomization.yaml index 4e49415..acafb54 100644 --- a/cnpg/kustomization.yaml +++ b/cnpg/kustomization.yaml @@ -4,7 +4,8 @@ kind: Kustomization namespace: postgres-system helmCharts: - - name: cloudnative-pg + - releaseName: cnpg + name: cloudnative-pg repo: https://cloudnative-pg.github.io/charts version: 0.21.5 valuesFile: config/values.yaml