✨ Add cert-manager as a dependency to helm-chart#144
Conversation
|
Blocked by #145 |
|
How does this behave when the cluster already has cert manager installed in a different way and not through Helm? |
|
Yeah, I think this change just over-complicates the helm chart. Moreover, they don't support installing CRDs and some manual actions are required anyway. |
53c95df to
25f4e93
Compare
|
Seems working now. I tried it with |
|
@Fedosin is there an option to disable cert-manager installation? |
|
/lgtm |
|
LGTM label has been added. DetailsGit tree hash: 23c00648359312ea9ea42e206879085d3e237eed |
|
@alexander-demicev Helm installation is disabled by default: https://github.com/kubernetes-sigs/cluster-api-operator/pull/144/files#diff-eb3428ea28fccc0ad2deffddc87823203d05dc4a3b5e9d73f3f093ecc40f5a53R3 You need to explicitly set |
|
I'm okay with merging this if others have no objections @damdo @furkatgofurov7 we should also update docs in a follow-up PR |
|
We can also download cert-manager chart during |
To work properly CAPI Operator needs cert-manager. To ensure it is installed, we add a cert-manager dependency to the helm chart.
|
@alexander-demicev yeah, it makes sense. I also did it for |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alexander-demicev The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
LGTM label has been added. DetailsGit tree hash: 8ed95d9e6f9a901c6b2984fced81c953dade444e |
What this PR does / why we need it:
To work properly CAPI Operator needs cert-manager. To ensure it is installed, we add a cert-manager dependency to the helm chart.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Partially-Fixes: #130