From cf15c9ba7319df09b500db243a49f21f2be8bd83 Mon Sep 17 00:00:00 2001 From: Katsuya Kawabe Date: Fri, 19 Apr 2024 20:39:14 +0900 Subject: [PATCH] Fix typo in webhook.md (#3388) --- docs/provider/webhook.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/provider/webhook.md b/docs/provider/webhook.md index 7683fed9d..6c0d9b711 100644 --- a/docs/provider/webhook.md +++ b/docs/provider/webhook.md @@ -117,11 +117,11 @@ spec: # Add CAs here for the TLS handshake caBundle: caProvider: - type: Secret or COnfigMap + type: Secret or ConfigMap name: namespace: # Only used in ClusterSecretStores key: ``` ### Webhook as generators -You can also leverage webhooks as generators, following the same syntax. The only difference is that the webhook generator needs its source secrets to be labeled, as opposed to webhook secretstores. Please see the [generator-webhook](../api/generator/webhook.md) documentation for more information. \ No newline at end of file +You can also leverage webhooks as generators, following the same syntax. The only difference is that the webhook generator needs its source secrets to be labeled, as opposed to webhook secretstores. Please see the [generator-webhook](../api/generator/webhook.md) documentation for more information.