Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Arko Dasgupta <arko@tetrate.io>
  • Loading branch information
arkodg committed Jul 28, 2023
1 parent 231a29b commit 15e4b7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/infrastructure/kubernetes/proxy/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func expectedProxyContainers(infra *ir.ProxyInfra, deploymentConfig *egcfgv1a1.K
fmt.Sprintf("--service-node $(%s)", envoyPodEnvVar),
fmt.Sprintf("--config-yaml %s", bootstrapConfigurations),
fmt.Sprintf("--log-level %s", logLevel),
fmt.Sprintf("--cpuset-threads"),
"--cpuset-threads",
}
if componentLogLevel := componentLogLevelArgs(proxyLogging.Level); componentLogLevel != "" {
args = append(args, fmt.Sprintf("--component-log-level %s", componentLogLevel))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
- --service-node $(ENVOY_POD_NAME)
- --config-yaml test bootstrap config
- --log-level warn
- --cpuset-threads
- --cpuset-threads
command:
- envoy
env:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ spec:
resource_api_version: V3
name: runtime-0
- --log-level warn
- --cpuset-threads
- --cpuset-threads
command:
- envoy
env:
Expand Down

0 comments on commit 15e4b7c

Please sign in to comment.