diff --git a/pkg/component/worker/nllb/envoy.go b/pkg/component/worker/nllb/envoy.go index 6515a45e53a8..3fe5add9fc55 100644 --- a/pkg/component/worker/nllb/envoy.go +++ b/pkg/component/worker/nllb/envoy.go @@ -283,6 +283,7 @@ func makePodManifest(params *envoyParams, podParams *envoyPodParams) corev1.Pod Image: podParams.image.URI(), ImagePullPolicy: podParams.pullPolicy, Ports: ports, + Args: []string{"-c", "/etc/envoy/envoy.yaml", "--use-dynamic-base-id"}, SecurityContext: &corev1.SecurityContext{ ReadOnlyRootFilesystem: pointer.Bool(true), Privileged: pointer.Bool(false),