Skip to content

Commit

Permalink
fix: add image to providerDeploymentOverrides call in TestUXPRuntimeM…
Browse files Browse the repository at this point in the history
…anifestBuilderDeployment

Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
  • Loading branch information
phisco committed Feb 9, 2024
1 parent eaccf5c commit 5c7ccf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/pkg/revision/uxp_runtime_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func TestUXPRuntimeManifestBuilderDeployment(t *testing.T) {
providerIdentity: true,
},
serviceAccountName: providerRevisionName,
overrides: providerDeploymentOverrides(&pkgmetav1.Provider{ObjectMeta: metav1.ObjectMeta{Name: providerMetaName}}, providerRevision),
overrides: providerDeploymentOverrides(&pkgmetav1.Provider{ObjectMeta: metav1.ObjectMeta{Name: providerMetaName}}, providerRevision, providerImage),
},
want: want{
want: deploymentProvider(providerName, providerRevisionName, providerImage, DeploymentWithSelectors(map[string]string{
Expand Down

0 comments on commit 5c7ccf3

Please sign in to comment.