Skip to content

Commit

Permalink
Update docs/060_best-practices/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwylie19 authored Jul 9, 2024
1 parent b8ed70e commit 9632e91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/060_best-practices/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,13 @@ If you have a validating webhook, it is recommended to set the failurePolicy to
matchPolicy: Equivalent
timeoutSeconds: 3
```
The failurePolicy and timeout can be set in the `package.json` under `pepr`:

```json
"pepr": {
"uuid": "static-test",
"onError": "ignore", # ignore or reject
"webhookTimeout": 10,
### Pepr Store
If you need to read all store keys, or you think the PeprStore is malfunctioning, you can check the PeprStore CR:
Expand Down

0 comments on commit 9632e91

Please sign in to comment.