Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Apr 7, 2021
1 parent 0703ff6 commit 771eb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ and parameterization like:
```
--set appSettings.keyPrefix=service \
--set appSettings.keyPattern=^(?<prefix>[^\.]+)\.(?<name>[^\.]+)\.(?<key>.*) \
--set appSettings.namePattern=%{name} \
--set appSettings.keyPattern=ACME_%{key_upcase} \
--set appSettings.nameTemplate=%{name} \
--set appSettings.keyTemplate=ACME_%{key_upcase} \
```

Kubetruth will generate the config maps:
Expand Down

0 comments on commit 771eb3a

Please sign in to comment.