-
Notifications
You must be signed in to change notification settings - Fork 23
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
Allow installation in a custom namespace #32
Conversation
Signed-off-by: Alexandre Perlmutter <[email protected]>
Signed-off-by: Alexandre Perlmutter <[email protected]>
Signed-off-by: Alexandre Perlmutter <[email protected]>
Signed-off-by: Alexandre Perlmutter <[email protected]>
Hey! Thank you for the great work. I will take a look at the PR on Monday. Thanks! Note: I'll be on PTO from Tue 27 June to Sun 23 July. Please ping another maintainer (such as |
Signed-off-by: Alexandre Perlmutter <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: poponealex The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Hey, thanks for submitting this PR! It looks like the namespace configured with the new env var That said, why introduce the env var containers:
- name: cert-manager-openshift-routes
image: "ghcr.io/cert-manager/cert-manager-openshift-routes:$RELEASED_VERSION"
args:
- -v=5
- --leader-election-namespace=${CERT_MANAGER_NAMESPACE} Does it make sense? |
Hey, thanks for your reply! Why would one need multiple instances of Yeah it does actually make a lot of sense to use the Anyway, I won't be using |
Hey Alexandre, I am sorry to hear that this project didn't fit you needs 😞 I am impressed to see that you chose to use Rust for github.com/its4u/cert-manager-routes-controller. Not that many projects went down this path, and I think it shows your dedication! Your README is also excellent. I am hoping we can get a proper way of shipping the manifest, e.g., an OLM package or a Helm chart. That should drastically improve the experience and enable changing the namespace. |
I'll close this PR for now. I hope that makes sense! Feel free to re-open if you decide to continue working on this. |
This PR solves the issue #30.