From e742d557496807c638d7130aa55097762b4fbc55 Mon Sep 17 00:00:00 2001 From: j37hr0 Date: Tue, 7 Apr 2026 20:33:31 +1200 Subject: [PATCH] added configmap creation --- infrastructure/databases/cloudnative-pg/kustomization.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure/databases/cloudnative-pg/kustomization.yaml b/infrastructure/databases/cloudnative-pg/kustomization.yaml index dba407b..1453940 100644 --- a/infrastructure/databases/cloudnative-pg/kustomization.yaml +++ b/infrastructure/databases/cloudnative-pg/kustomization.yaml @@ -3,3 +3,8 @@ kind: Kustomization resources: - helmrelease.yaml - clusters + +configMapGenerator: + - name: cnpg-values + files: + - values.yaml