瀏覽代碼

Fix typo in webhook.md (#4100)

Signed-off-by: Stas Alekseev <100800+salekseev@users.noreply.github.com>
Stas Alekseev 1 年之前
父節點
當前提交
6fdfb6208a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/provider/webhook.md

+ 2 - 2
docs/provider/webhook.md

@@ -4,7 +4,7 @@ External Secrets Operator can integrate with simple web apis by specifying the e
 
 ### Example
 
-First, create a SecretStore with a webhook backend.  We'll use a static user/password `root`:
+First, create a SecretStore with a webhook backend.  We'll use a static user/password `test`:
 
 ```yaml
 {% raw %}
@@ -124,4 +124,4 @@ spec:
 ```
 
 ### 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.