fix typo that caused connect injector to not work

This commit is contained in:
Mitchell Hashimoto 2018-08-18 14:55:33 -07:00
parent 60e57f700e
commit f2e2bd7a52
No known key found for this signature in database
GPG key ID: 744E147AA52F5B0A

View file

@ -3,7 +3,7 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: {{ template "consul.fullname" }}-connect-injector-webhook-deployment name: {{ template "consul.fullname" . }}-connect-injector-webhook-deployment
labels: labels:
app: {{ template "consul.name" . }} app: {{ template "consul.name" . }}
chart: {{ template "consul.chart" . }} chart: {{ template "consul.chart" . }}