Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 6fdfb62

Browse files
authored
Fix typo in webhook.md (external-secrets#4100)
Signed-off-by: Stas Alekseev <[email protected]>
1 parent 0304b44 commit 6fdfb62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/provider/webhook.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ External Secrets Operator can integrate with simple web apis by specifying the e
44

55
### Example
66

7-
First, create a SecretStore with a webhook backend. We'll use a static user/password `root`:
7+
First, create a SecretStore with a webhook backend. We'll use a static user/password `test`:
88

99
```yaml
1010
{% raw %}
@@ -124,4 +124,4 @@ spec:
124124
```
125125

126126
### Webhook as generators
127-
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.
127+
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.

0 commit comments

Comments
 (0)