Tim Ramlot

Results 472 comments of Tim Ramlot

Could you share your values.yaml file and the command you used to install the chart on a new cluster?

> Hitting the same issue with ArgoCD, so no reused values. Seems the only thing changed that seems relevant is the addition of the [POD_NAMESPACE env here](https://github.com/cert-manager/cert-manager/pull/7319/files#diff-4b14060ec3323f41cfceb00628531dbf48ce57f3d00fed99298d3d99cb623f9dR63-R70). I noticed other...

This error is returned when we detect that the cert-manager validating webhook is not working. This indicates a serious issue with your cert-manager setup (if it is a non-transient error):...

Might be related to https://github.com/cert-manager/cert-manager/issues/7358

Could you confirm this is solved in the https://github.com/cert-manager/cert-manager/releases/tag/v1.17.0-alpha.0 release?

@aburan28 Please run "make generate" to update the README.md that is generated based on the values.yaml file.

We do not support installing the Helm chart directly from GitHub (unless for development), instead the https://charts.jetstack.io chart repo should be used. See https://cert-manager.io/docs/usage/istio-csr/installation/ for the full installation instructions.

We changed the value because the version in the git repo will not match the latest version in the future. We overwrite the value before we create the Helm chart...