Skip to content

Commit

Permalink
Merge pull request #229 from east4ming/patch-1
Browse files Browse the repository at this point in the history
modify feishu example configmap name
  • Loading branch information
ringtail committed May 7, 2022
2 parents f14c3a9 + 343b21a commit 9e54d04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/en/webhook-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ configmap example
apiVersion: v1
kind: ConfigMap
metadata:
name: custom-webhook
name: custom-body
namespace: kube-system
data:
content: '{
Expand All @@ -212,7 +212,7 @@ configmap example
apiVersion: v1
kind: ConfigMap
metadata:
name: custom-webhook
name: custom-body
namespace: kube-system
data:
content: '{
Expand Down Expand Up @@ -241,4 +241,4 @@ data:
}
}'

```
```

0 comments on commit 9e54d04

Please sign in to comment.