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

Fix cm versioning issue, run gofmt #13

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

astoycos
Copy link

When creating an cm issuer we were using the wrong versioning, i.e v1alpha2. Most of the certmanager APIs have been V1 for a while, therefore I think it's safe to say we can default to that. If not we can always just get the CRD for the issuer and scrape the versioning from that. (possibly best for a follow up issue).

Fixes #9

Andrew Stoycos added 2 commits December 19, 2022 12:22
When creating an cm issuer we were using the wrong versioning, i.e
`v1alpha2`. Most of the certmanager APIs have been V1 for a while,
therefore I think it's safe to say we can default to that. If not we
can always just get the CRD for the issuer and scrape the versioning
from that. (possibly best for a follow up issue).

Signed-off-by: Andrew Stoycos <astoycos@redhat.com>
Signed-off-by: Andrew Stoycos <astoycos@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Testing Cert Manager installation on EKS
1 participant