fix typo that caused connect injector to not work
This commit is contained in:
parent
60e57f700e
commit
f2e2bd7a52
1 changed files with 1 additions and 1 deletions
|
@ -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" . }}
|
||||||
|
|
Loading…
Reference in a new issue