disable the connect injection for now since that is wip
This commit is contained in:
parent
f20934a89d
commit
44a9e948c1
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ client:
|
||||||
|
|
||||||
# ConnectInject will enable the automatic Connect sidecar injector.
|
# ConnectInject will enable the automatic Connect sidecar injector.
|
||||||
connectInject:
|
connectInject:
|
||||||
enabled: "-"
|
enabled: false # "-" disable this by default for now until the image is public
|
||||||
image: "us.gcr.io/mitchellh-k8s/consul-k8s:latest"
|
image: "TODO"
|
||||||
default: false # true will inject by default, otherwise requires annotation
|
default: false # true will inject by default, otherwise requires annotation
|
||||||
caBundle: "" # empty will auto generate the bundle
|
caBundle: "" # empty will auto generate the bundle
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue