Skip to content

Commit

Permalink
cmd:envoy -> cmd:run_envoy.sh (#24)
Browse files Browse the repository at this point in the history
Signed-off-by: gang.liu <[email protected]>
  • Loading branch information
izturn authored Nov 7, 2024
1 parent e47da94 commit 8dcb39d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/provisioner/objects/dataplane/dataplane.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ func desiredContainers(contour *model.Contour, contourImage, envoyImage string)
Image: envoyImage,
ImagePullPolicy: core_v1.PullIfNotPresent,
Command: []string{
"envoy",
// "envoy",
"/usr/local/bin/run_envoy.sh",
},
Args: []string{
"-c",
Expand Down

0 comments on commit 8dcb39d

Please sign in to comment.