Skip to content

Commit

Permalink
queryfrontend: grant jaeer-query access to pki certs
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <[email protected]>
  • Loading branch information
frzifus committed Oct 8, 2024
1 parent c7eb01b commit 2cea897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/manifests/queryfrontend/query_frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func BuildQueryFrontend(params manifestutils.Params) ([]client.Object, error) {

if gates.HTTPEncryption || gates.GRPCEncryption {
caBundleName := naming.SigningCABundleName(tempo.Name)
targets := []string{containerNameTempo, containerNameTempoQuery}
targets := []string{containerNameTempo, containerNameJaegerQuery, containerNameTempoQuery}
if err := manifestutils.ConfigureServiceCAByContainerName(&d.Spec.Template.Spec, caBundleName, targets...); err != nil {
return nil, err
}
Expand Down

0 comments on commit 2cea897

Please sign in to comment.