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
Copy file name to clipboardExpand all lines: content/docs/configuration/extensions/tailer-webhook.md
+48-1Lines changed: 48 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,54 @@ Cons:
23
23
24
24
## Enable webhooks in Logging operator {#enable-webhooks}
25
25
26
-
> We recommend using `cert-manager` to manage your certificates. Since using `cert-manager` is not part of this article, we assume you already have valid certs.
26
+
> We recommend using `cert-manager` to manage your certificates. Below is a really simple command that bootstraps generates the required resources for the `tailer-webhook`.
27
+
### Issuing certificates using `cert-manager` {#issue-certificate-cert-manager}
28
+
29
+
Follow the [official installation guide](https://cert-manager.io/docs/installation/).
30
+
31
+
Once installed the following commands should allow you to create the required certificate for the webhook.
0 commit comments