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

Commit b8e8e6a

Browse files
authored
Merge pull request #528 from tareqmamari/develop
Extend feature-flag support to colocated containers
2 parents e350960 + 858d4ae commit b8e8e6a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

kube/pod.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ func NewPodTemplate(role *model.InstanceGroup, settings ExportSettings, grapher
3333
return nil, err
3434
}
3535

36-
containers.Add(containerMapping)
36+
node := helm.NewNode(containerMapping)
37+
addFeatureCheck(candidate, node)
38+
containers.Add(node)
3739
}
3840

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

0 commit comments

Comments
 (0)