Skip to content

Commit

Permalink
Merge pull request hashicorp#365 from hashicorp/envoy-docs
Browse files Browse the repository at this point in the history
Document envoy version requirements
  • Loading branch information
lkysow authored Mar 6, 2020
2 parents a70e71e + 20cfe53 commit db621a2
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,11 +569,14 @@ connectInject:
image: null # image for consul-k8s that contains the injector
default: false # true will inject by default, otherwise requires annotation

# imageConsul and imageEnvoy can be set to Docker images for Consul and
# Envoy, respectively. If the Consul image is not specified, the global
# default will be used. If the Envoy image is not specified, an early
# version of Envoy will be used.
# The Docker image for Consul to use when performing Connect injection.
# Defaults to global.image.
imageConsul: null

# The Docker image for envoy to use as the proxy sidecar when performing
# Connect injection. If using Consul 1.7+, the envoy version must be 1.13+.
# If not set, the image used depends on the consul-k8s version. For
# consul-k8s 0.12.0 the default is envoyproxy/envoy-alpine:v1.13.0.
imageEnvoy: null

# namespaceSelector is the selector for restricting the webhook to only
Expand Down

0 comments on commit db621a2

Please sign in to comment.