diff --git a/custom/litmus-helm-agent/pkg/litmus/client.go b/custom/litmus-helm-agent/pkg/litmus/client.go index d074f2ec..b6368386 100644 --- a/custom/litmus-helm-agent/pkg/litmus/client.go +++ b/custom/litmus-helm-agent/pkg/litmus/client.go @@ -68,7 +68,6 @@ func prepareWorkflowControllerConfigMap(clusterID string) map[string]string { configMapWorkflowController["containerRuntimeExecutor"] = os.Getenv("CONTAINER_RUNTIME_EXECUTOR") configMapWorkflowController["instanceID"] = clusterID - configMapWorkflowController["executor"] = "imagePullPolicy: IfNotPresent\n" return configMapWorkflowController }