mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
Fix typo in webhook.md (#4100)
Signed-off-by: Stas Alekseev <100800+salekseev@users.noreply.github.com>
This commit is contained in:
parent
0304b44742
commit
6fdfb6208a
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue