Skip to content

Commit

Permalink
docs: Fix helm value when deploying pure ipvlan l3 mode
Browse files Browse the repository at this point in the history
Suppress warning message from helm:

warning: skipped value for l7Proxy: Not a table.

Signed-off-by: Chen Yaqi <chendotjs@gmail.com>
  • Loading branch information
chendotjs authored and kkourt committed Oct 26, 2021
1 parent 02012cb commit 7db6998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/gettingstarted/ipvlan.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Example ConfigMap extract for ipvlan in pure L3 mode:
--set ipvlan.masterDevice=bond0 \\
--set tunnel=disabled \\
--set installIptablesRules=false \\
--set l7Proxy.enabled=false \\
--set l7Proxy=false \\
--set autoDirectNodeRoutes=true
Example ConfigMap extract for ipvlan in L3S mode with iptables
Expand Down

0 comments on commit 7db6998

Please sign in to comment.