Skip to content

Commit

Permalink
chore(docs) fix example value (#849)
Browse files Browse the repository at this point in the history
Use "expressions" instead of "expression"
kong.conf expects the former.
  • Loading branch information
alianos- authored Aug 4, 2023
1 parent 2a6a168 commit a110660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kong/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ env:
database: "off"
# the chart uses the traditional router (for Kong 3.x+) because the ingress
# controller generates traditional routes. if you do not use the controller,
# you may set this to "traditional_compatible" or "expression" to use the new
# you may set this to "traditional_compatible" or "expressions" to use the new
# DSL-based router
router_flavor: "traditional"
nginx_worker_processes: "2"
Expand Down

0 comments on commit a110660

Please sign in to comment.