Skip to content

Commit

Permalink
fix: set true always
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Treml <treml.niklas@gmail.com>
  • Loading branch information
niklastreml committed Oct 15, 2024
1 parent df57463 commit ccf37fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fn.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func (f *Function) RunFunction(ctx context.Context, req *fnv1beta1.RunFunctionRe
return rsp, nil
}

desired["logging"] = &resource.DesiredComposed{Resource: cd}
desired["logging"] = &resource.DesiredComposed{Resource: cd, Ready: resource.ReadyTrue}

f.log.Info("Desired composed resources", "desired", desired)

Expand Down

0 comments on commit ccf37fe

Please sign in to comment.