Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Noah Krause <[email protected]>
  • Loading branch information
iNoahNothing committed Apr 29, 2021
1 parent 5fb09bc commit eb0e808
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions charts/ambassador/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ serviceMesh:
enable: false

connector:
## The Consul Connector is used to export the mTLS certificates used by
## The Consul Connector is used to export the mTLS certificates used by
## Consul to a Kubernetes Secret.
##
## Default: true
Expand All @@ -459,14 +459,14 @@ serviceMesh:
##
## Default: ambassador-consul
name: ambassador-consul

consulServer:
## The address you can reach Consul on.
##
## Default: The IP address of the host machine.
# address:

## The port you can reach the Consul on.
## The port you can reach the Consul on.
##
## Defaults: 8500 for HTTP 8501 for HTTPS
port: 8500
Expand All @@ -477,7 +477,7 @@ serviceMesh:
## Default: false
enabled: false

## Toggle whether Ambassador should validate the Consul server
## Toggle whether Ambassador should validate the Consul server
## certificate
##
## Default: false
Expand All @@ -498,7 +498,7 @@ serviceMesh:
## sidecarContainers value.
enable: false

## Which image of the Istio sidecar to inject.
## Which image of the Istio sidecar to inject.
##
## NOTE!! Must match the version of Istio you are running.
image:
Expand Down

0 comments on commit eb0e808

Please sign in to comment.