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