We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986971e commit 472374dCopy full SHA for 472374d
internal/mode/static/provisioner/objects.go
@@ -448,7 +448,6 @@ func (p *NginxProvisioner) buildNginxPodTemplateSpec(
448
container.Lifecycle = containerSpec.Lifecycle
449
container.VolumeMounts = append(container.VolumeMounts, containerSpec.VolumeMounts...)
450
451
- // ensure that this "effectiveNginxProxy" works
452
if containerSpec.Debug != nil && *containerSpec.Debug {
453
container.Command = append(container.Command, "/bin/sh")
454
container.Args = append(container.Args, "-c", "rm -rf /var/run/nginx/*sock && nginx-debug -g 'daemon off;'")
0 commit comments