Skip to content

Commit 472374d

Browse files
committed
Remove comment
1 parent 986971e commit 472374d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/mode/static/provisioner/objects.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,6 @@ func (p *NginxProvisioner) buildNginxPodTemplateSpec(
448448
container.Lifecycle = containerSpec.Lifecycle
449449
container.VolumeMounts = append(container.VolumeMounts, containerSpec.VolumeMounts...)
450450

451-
// ensure that this "effectiveNginxProxy" works
452451
if containerSpec.Debug != nil && *containerSpec.Debug {
453452
container.Command = append(container.Command, "/bin/sh")
454453
container.Args = append(container.Args, "-c", "rm -rf /var/run/nginx/*sock && nginx-debug -g 'daemon off;'")

0 commit comments

Comments
 (0)