Skip to content

Commit

Permalink
Fix type for exclude and include fields in 70-chop-config.yaml example
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitry Volodin <[email protected]>
  • Loading branch information
dmvolod committed Aug 21, 2023
1 parent e38377b commit a70936e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/chi-examples/70-chop-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ spec:

host:
wait:
exclude: true
include: false
exclude: "true"
include: "false"

################################################
##
Expand Down

0 comments on commit a70936e

Please sign in to comment.