Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

cert manager upstream has inconsistent casing #418

Open
faisal-memon opened this issue Aug 1, 2023 · 0 comments
Open

cert manager upstream has inconsistent casing #418

faisal-memon opened this issue Aug 1, 2023 · 0 comments

Comments

@faisal-memon
Copy link
Contributor

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:
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant