Skip to content

Commit 098426f

Browse files
committed
UPSTREAM: <carry>: Add CA bundle configuration to container templates
Signed-off-by: Helber Belmiro <[email protected]>
1 parent ee98087 commit 098426f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/src/v2/compiler/argocompiler/container.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ func (c *workflowCompiler) addContainerDriverTemplate() string {
242242
},
243243
}
244244

245+
ConfigureCABundle(t)
246+
245247
c.templates[name] = t
246248
c.wf.Spec.Templates = append(c.wf.Spec.Templates, *t)
247249
return name

0 commit comments

Comments
 (0)