Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow cert-manager certs to be issued by a cluster issuer #158

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

krmichelos
Copy link
Contributor

Purpose

Cert-manager allows both namespaced issuers and cluster level issuers. Currently the certificate doesn't specify a kind and therefore only uses the default which is a namespaced issuer. For those that use cluster issuers it would be good to let them specify that.

Changes

This change allows the user to choose between having an Issuer and a ClusterIssuer for the certificate. It will still default to Issuer if the user doesn't set the value.

Code Author Checklist

  • Bump the chart version (Chart.yaml -> version)
  • JSON Schema updated (values.schema.json)
  • Update README.md via helm-docs (or make prep)
  • Run pre-commit run --all-files via pre-commit (or make prep)
  • Update Artifacthub annotation (Chart.yaml -> artifacthub.io/changes, artifacthub.io/images)

@krmichelos
Copy link
Contributor Author

@estahn I rebased this to get rid of the conflicts

@krmichelos
Copy link
Contributor Author

@estahn When you get a chance will you take a look at this?

@krmichelos
Copy link
Contributor Author

@estahn this is a pretty small PR, do you think you can take a look?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant