Skip to content

Commit

Permalink
Update pkg/template/static_context.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Parker <[email protected]>
  • Loading branch information
laverya and ajp-io authored Sep 12, 2024
1 parent c4ac434 commit a4e7ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/template/static_context.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (ctx StaticCtx) FuncMap() template.FuncMap {

funcMap["Lookup"] = ctx.lookup

funcMap["AdditionalTLSCACert"] = ctx.additionalTLSCACert
funcMap["PrivateCACert"] = ctx.additionalTLSCACert

return funcMap
}
Expand Down

0 comments on commit a4e7ab0

Please sign in to comment.