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
Kubernetes: fix cert-manager first installation (#1246)
* Kubernetes: fix `cert-manager` first installation
All resources that rely on `cert-manager` CRDs should be installed after
1) CRDs are installed (achieved via `helm.sh/hook:
post-install,post-upgrade`)
2) webhook server is ready to accept connections (achieved via
`helm.sh/hook-weight: "10"` which makes it wait until startupapicheck
job is completed aka `cert-manager` is ready)
Related issue/s
* closes#1241
* Remove quotes around hook annotation
0 commit comments