Skip to content

Commit

Permalink
[mulitenancy-manager] fix test (#10253)
Browse files Browse the repository at this point in the history
Signed-off-by: Stepan Paksashvili <[email protected]>
  • Loading branch information
ipaqsa authored Oct 31, 2024
1 parent 02e907c commit 1003812
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func render(templates map[string][]byte, project *v1alpha2.Project, projectTempl
return nil, err
}

valuesToRender, err := chartutil.ToRenderValues(ch, valuesFromProjectAndTemplate(project, projectTemplate), chartutil.ReleaseOptions{
valuesToRender, err := chartutil.ToRenderValues(ch, buildValues(project, projectTemplate), chartutil.ReleaseOptions{
Name: project.Name,
Namespace: project.Name,
}, nil)
Expand Down

0 comments on commit 1003812

Please sign in to comment.