From 44a9e948c1529743b80206f051f68330d1594719 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 3 Sep 2018 12:57:47 -0700 Subject: [PATCH] disable the connect injection for now since that is wip --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index 9f2e183..e95b187 100644 --- a/values.yaml +++ b/values.yaml @@ -66,8 +66,8 @@ client: # ConnectInject will enable the automatic Connect sidecar injector. connectInject: - enabled: "-" - image: "us.gcr.io/mitchellh-k8s/consul-k8s:latest" + enabled: false # "-" disable this by default for now until the image is public + image: "TODO" default: false # true will inject by default, otherwise requires annotation caBundle: "" # empty will auto generate the bundle