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

Change the secret name for the ingress TLS certificate? #23

Open
johanneskastl opened this issue Nov 3, 2023 · 2 comments
Open

Change the secret name for the ingress TLS certificate? #23

johanneskastl opened this issue Nov 3, 2023 · 2 comments

Comments

@johanneskastl
Copy link

Can the secret name for the ingress TLS certificate be changed?

I can enable/disable generation of the certificate according to the default values, but I cannot set the name?

network:                                                                                                                                                                                     
  [...]
  force_redirect_to_tls: false                                                                                                                                                               
  createIngressCertificate: true                                                                                                                                                             
  ingress_type: nginx                                                                                                                                                                        
  ingress_annotations: {}

I found a mention of ingress_certificate, but that does nothing in my tests?

@mlbiam
Copy link
Contributor

mlbiam commented Nov 3, 2023

I can enable/disable generation of the certificate according to the default values, but I cannot set the name?

No. We make several assumptions throughout the charts that would make this very difficult to manage. Why do you want a specific name for the ingress certificate?

@johanneskastl
Copy link
Author

Then I'll rephrase my question:

Can I use an existing TLS certificate, that I have already generated by e.g. cert-manager?

Or: If I use the name that ouctl puts into the ingress, will the certificate be overwritten by ouctl, if it already exists?

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

No branches or pull requests

2 participants