helm-charts icon indicating copy to clipboard operation
helm-charts copied to clipboard

cert manager upstream has inconsistent casing

Open faisal-memon opened this issue 1 year ago • 0 comments

Note the mix of snake and camel case. Should be all camel case.

  certManager:
    enabled: false
    rbac:
      create: true
    # -- Defaults to the release name, override if CA is provided outside of the chart
    issuer_name: ""
    issuer_kind: "Issuer"
    issuer_group: "cert-manager.io"
    # -- Specify to use a namespace other then the one the chart is installed into
    namespace: ""
    kube_config_file: ""

    ca:
      # -- Creates a Cert-Manager CA
      create: false
      # -- Duration of the CA. Defaults to 10 years.
      duration:  87600h
      privateKey:

faisal-memon avatar Aug 01 '23 19:08 faisal-memon