From caede76c19f7b4baf0d26021205c69043445c771 Mon Sep 17 00:00:00 2001 From: Peter Kurfer Date: Wed, 14 Aug 2024 21:31:47 +0200 Subject: [PATCH] fix(postgres): include CRDs --- cnpg/kustomization.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cnpg/kustomization.yaml b/cnpg/kustomization.yaml index 833f4d6..9946192 100644 --- a/cnpg/kustomization.yaml +++ b/cnpg/kustomization.yaml @@ -15,6 +15,7 @@ helmCharts: version: 0.21.6 valuesFile: config/values.cnpg.yaml namespace: postgres-system + includeCRDs: true - releaseName: ext-pgo name: ext-postgres-operator @@ -22,3 +23,4 @@ helmCharts: version: 1.2.6 valuesFile: config/values.ext-pgo.yaml namespace: postgres + includeCRDs: true