Skip to content

Commit

Permalink
docs: Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
andrzej-stencel committed Jan 22, 2021
1 parent 16f5d00 commit 5322418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/docs/Best_Practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ excludePodRegex
because the string is dynamic. Example:

```yaml
excludepodRegex: "(dashboard.*|sumologic.*)"
excludePodRegex: "(dashboard.*|sumologic.*)"
```

- For things like namespace you won’t need to use a star at the end since there is no dynamic string. Example:
Expand All @@ -223,7 +223,7 @@ For example suppose you want to exclude the following log messages:

In your values.yaml, you can simply add the following to your `values.yaml`:

```
```yaml
fluentd:
logs:
containers:
Expand Down

0 comments on commit 5322418

Please sign in to comment.