Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #528 from tareqmamari/develop
Browse files Browse the repository at this point in the history
Extend feature-flag support to colocated containers
  • Loading branch information
jandubois authored Dec 9, 2019
2 parents e350960 + 858d4ae commit b8e8e6a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kube/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ func NewPodTemplate(role *model.InstanceGroup, settings ExportSettings, grapher
return nil, err
}

containers.Add(containerMapping)
node := helm.NewNode(containerMapping)
addFeatureCheck(candidate, node)
containers.Add(node)
}

imagePullSecrets := helm.NewMapping("name", "registry-credentials")
Expand Down

0 comments on commit b8e8e6a

Please sign in to comment.