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.