Skip to content

Commit 718f0e9

Browse files
committed
Adiditon of consul-dns-bind-addr param
1 parent d243e0b commit 718f0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

control-plane/connect-inject/webhook/consul_dataplane_sidecar.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ func (w *MeshWebhook) getContainerSidecarArgs(namespace corev1.Namespace, mpi mu
343343
args := []string{
344344
"-addresses", w.ConsulAddress,
345345
"-envoy-admin-bind-address=" + adminBindAddress,
346-
"-consul-dns-bind-addr" + adminBindAddress,
346+
"-consul-dns-bind-addr=" + adminBindAddress,
347347
"-grpc-port=" + strconv.Itoa(w.ConsulConfig.GRPCPort),
348348
"-proxy-service-id-path=" + proxyIDFileName,
349349
"-log-level=" + w.LogLevel,

0 commit comments

Comments
 (0)