Skip to content

Commit

Permalink
impro docu
Browse files Browse the repository at this point in the history
  • Loading branch information
anilkeshav27 committed Feb 2, 2024
1 parent 3e3b7de commit 6098d5d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/config/stepmeta.go
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ func (m *StepData) GetContextDefaults(stepName string) (io.ReadCloser, error) {
}

if len(m.Spec.Sidecars) > 0 {

// if there one side care dont check conditions and consider the only side care as default . this is default behaviour
// if there are more than one side car then check conditions,
if len(m.Spec.Sidecars) == 1 {
Expand Down Expand Up @@ -349,7 +348,6 @@ func (m *StepData) GetContextDefaults(stepName string) (io.ReadCloser, error) {

}
}

// not filled for now since this is not relevant in Kubernetes case
//putStringIfNotEmpty(root, "containerPortMappings", m.Spec.Sidecars[0].)
}
Expand Down

0 comments on commit 6098d5d

Please sign in to comment.