Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: support external cert-manager #1864

Merged
merged 9 commits into from
Aug 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions docs/content/en/docs/install/cert-manager.md
odubajDT marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,18 @@ without the overhead of other cert-managers.
For a description of the architecture, see
[Keptn Certificate Manager](../concepts/architecture/cert-manager.md).

KLT, however, works well with standard cert-managers.
The KLT cert-manager can also coexist with another cert-manager.
If you are already using a different cert-manager,
you can continue to use that cert-manager for other components
KLT also works well with the `cert-manager.io`.
If you are already `cert-manager.io`,
you can continue to use it for other components
odubajDT marked this conversation as resolved.
Show resolved Hide resolved
and use the KLT cert-manager just for KLT activities
or you can configure KLT to use that cert-manager.
or you can disable the KLT cert-manager
and configure KLT to use `cert-manager.io`.

If you want KLT to use your cert-manager,
If you want KLT to use `cert-manager.io`,
you must configure it *before* you install KLT.
The steps are:

* Install the cert-manager of your choice
if it is not already installed.
* Install the `cert-manager.io` if it is not already installed.
odubajDT marked this conversation as resolved.
Show resolved Hide resolved
* Add the `Certificate` and `Issuer` CRs for `cert-manager.io`.
* (optional) Install Keptn without the built-in `klt-cert-manager` via Helm
odubajDT marked this conversation as resolved.
Show resolved Hide resolved

Expand Down