Tim Ramlot

Results 302 comments of Tim Ramlot

@dongjiang1989 I did some experimentation based on your PR. It does not seem to be possible to use the cert-manager CRDs when cert-manager is a dependency of your Helm chart,...

> @inteon In your environment, what is the certmanager version? Please execute `kubectl api-versions | grep "certmanager"` I was just installing from master. Before installation, I do not have any...

Will close this PR as it does not seem to fix the issue. Feel free to share an example chart that is able to install CRs thanks to this PR,...

@vanveele Normally, the DNS names should be based on what is configured in the ingress right? see https://cert-manager.io/docs/usage/ingress/#:~:text=placing%20a%20host%20in%20the%20TLS%20config%20will%20determine%20what%20ends%20up%20in%20the%20cert%27s%20subjectAltNames Could you explain why you cannot specify an additional DNS name in...

> Will this address the case where the keystore password secret has changed and thus the keychain needs to be regenerated with the new secret, e.g. > > ```yaml >...

@ReptoxX there is both a `class` and an `ingressClassName` field: https://cert-manager.io/docs/reference/api-docs/#acme.cert-manager.io/v1.ACMEChallengeSolverHTTP01Ingress

@ReptoxX what cert-manager version are you using? Also, please make sure your CRDs are up-to-date https://helm.sh/docs/chart_best_practices/custom_resource_definitions/#some-caveats-and-explanations.