Skip to content

Commit e5f1f24

Browse files
removed the commented code
1 parent 5e61464 commit e5f1f24

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/pipeline/WorkflowService.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,6 @@ func (impl *WorkflowServiceImpl) createWorkflowTemplate(workflowRequest *types.W
193193
}
194194
workflowTemplate.ConfigMaps = workflowConfigMaps
195195
workflowTemplate.Secrets = workflowSecrets
196-
// TODO Rajeev: here
197-
//workflowTemplate.Volumes = executors.ExtractVolumesFromCmCs(workflowConfigMaps, workflowSecrets)
198196
workflowTemplate.Volumes = executors.ExtractVolumes(workflowConfigMaps, workflowSecrets)
199197

200198
workflowMainContainer, err := workflowRequest.GetWorkflowMainContainer(impl.ciCdConfig, infraConfiguration, workflowJson, &workflowTemplate, workflowConfigMaps, workflowSecrets)

0 commit comments

Comments
 (0)