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

Helm Chart fails when cert-manager runs in different namespace #45

Closed
nadenf opened this issue Oct 27, 2021 · 0 comments · Fixed by #76
Closed

Helm Chart fails when cert-manager runs in different namespace #45

nadenf opened this issue Oct 27, 2021 · 0 comments · Fixed by #76
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@nadenf
Copy link

nadenf commented Oct 27, 2021

If you look at this file:
https://github.com/cloudflare/origin-ca-issuer/blob/trunk/deploy/charts/origin-ca-issuer/templates/issuer-rolebinding.yaml

It assumes that cert-manager is running in the cert-manager namespace which isn't always the case.

@terinjokes terinjokes added this to the v0.7.0 milestone Dec 7, 2021
@terinjokes terinjokes added bug Something isn't working good first issue Good for newcomers labels Dec 7, 2021
terinjokes added a commit that referenced this issue Nov 23, 2022
The ClusterRoleBinding created for the cert-manager service account did
not correctly use the templated values for the subject reference to the
service account.

Fixes #45
terinjokes added a commit that referenced this issue Nov 23, 2022
The ClusterRoleBinding created for the cert-manager service account did
not correctly use the templated values for the subject reference to the
service account.

Fixes #45
terinjokes added a commit that referenced this issue Nov 23, 2022
The ClusterRoleBinding created for the cert-manager service account did
not correctly use the templated values for the subject reference to the
service account.

Fixes #45
terinjokes added a commit that referenced this issue May 2, 2023
The ClusterRoleBinding created for the cert-manager service account did
not correctly use the templated values for the subject reference to the
service account.

Fixes #45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants