From f2e2bd7a5295cd702d710787019bdce7d87b7a0d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 18 Aug 2018 14:55:33 -0700 Subject: [PATCH] fix typo that caused connect injector to not work --- templates/connect-inject-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/connect-inject-deployment.yaml b/templates/connect-inject-deployment.yaml index 77491d0..c15a5b0 100644 --- a/templates/connect-inject-deployment.yaml +++ b/templates/connect-inject-deployment.yaml @@ -3,7 +3,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: {{ template "consul.fullname" }}-connect-injector-webhook-deployment + name: {{ template "consul.fullname" . }}-connect-injector-webhook-deployment labels: app: {{ template "consul.name" . }} chart: {{ template "consul.chart" . }}