You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the cert-manager install instructions to match the last instructions from the cert-manager project.
Context
The current installation breaks with the following error message
helm install --name cert-manager --namespace kube-system stable/cert-manager
failed the first time with the following error:
validation failed: [unable to recognize "": no matches forkind "Certificate"in vers ....
because there were breaking changes from version 0.5 to 0.6 and to 0.7. This was reported in slack and the upstream issue is here cert-manager/cert-manager#1255 Per the ticket in cert-manager , the current instructions can be used, but you must pin the cert-manger version to 0.5.2
The text was updated successfully, but these errors were encountered:
**What**
- Update the k8s cert-manager reference documentation to match the
latest release of cert-manager
- Resolvesopenfaas#146
Signed-off-by: Lucas Roesler <[email protected]>
**What**
- Update the k8s cert-manager reference documentation to match the
latest release of cert-manager
- Resolves#146
Signed-off-by: Lucas Roesler <[email protected]>
Proposed change
Update the cert-manager install instructions to match the last instructions from the cert-manager project.
Context
The current installation breaks with the following error message
because there were breaking changes from version 0.5 to 0.6 and to 0.7. This was reported in slack and the upstream issue is here cert-manager/cert-manager#1255 Per the ticket in cert-manager , the current instructions can be used, but you must pin the cert-manger version to
0.5.2
The text was updated successfully, but these errors were encountered: