We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1e194 commit c66cb75Copy full SHA for c66cb75
test/tests/components/ws-manager/maintenence_test.go
@@ -43,7 +43,7 @@ func TestMaintenance(t *testing.T) {
43
t.Fatal(err)
44
}
45
46
- err = kubeClient.Resources().Update(testCtx, cmap)
+ err = kubeClient.Resources().Create(testCtx, cmap)
47
if err != nil {
48
49
0 commit comments