Skip to content

Commit

Permalink
Merge pull request #61 from openinfradev/fix-typos
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
Esther Kim authored Apr 26, 2021
2 parents f232fbc + 049750d commit c6ad228
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service-mesh/base/resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ spec:
values:
IstioOperator:
enableControlplane: true
enableGateways: false
enableGateway: false
meshConfig:
enableAccessLog: true
enableTracing: true
Expand All @@ -162,6 +162,6 @@ spec:
values:
IstioOperator:
enableControlplane: false
enableGateways: true
enableGateway: true
ingressGateways: [] # TO_BE_FIXED
egressGateways: [] # TO_BE_FIXED

0 comments on commit c6ad228

Please sign in to comment.