charts icon indicating copy to clipboard operation
charts copied to clipboard

Use plugin-barman-cloud without cert manager

Open senyahnoj opened this issue 2 months ago • 0 comments

Hello

I am using the 0.2.0 version of the plugin-barman-cloud helm chart but I want to generate my certificates without cert manager

I have disabled certificate creation in values by setting:

certificate:
  createClientCertificate: false
  createServerCertificate: false

However helm install fails because I still need the certmanager CRDs on my system for your templates/certificate-issuer.yaml https://github.com/cloudnative-pg/charts/blob/main/charts/plugin-barman-cloud/templates/certificate-issuer.yaml

Please would you consider using these conditionals to disable this template if you are not using cert manager?

senyahnoj avatar Oct 29 '25 15:10 senyahnoj