Katsuya Kawabe пре 2 година
родитељ
комит
cf15c9ba73
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      docs/provider/webhook.md

+ 2 - 2
docs/provider/webhook.md

@@ -117,11 +117,11 @@ spec:
       # Add CAs here for the TLS handshake
       # Add CAs here for the TLS handshake
       caBundle: <base64 encoded cabundle>
       caBundle: <base64 encoded cabundle>
       caProvider:
       caProvider:
-        type: Secret or COnfigMap
+        type: Secret or ConfigMap
         name: <name of secret or configmap>
         name: <name of secret or configmap>
         namespace: <namespace> # Only used in ClusterSecretStores
         namespace: <namespace> # Only used in ClusterSecretStores
         key: <key inside secret>
         key: <key inside secret>
 ```
 ```
 
 
 ### Webhook as generators
 ### 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. 
+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.