+2
-1
lines changedFilter options
+2
-1
lines changed Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ package helm // import "k8s.io/helm/pkg/helm"
19
19
import (
20
20
"bytes"
21
21
"errors"
22
+
"fmt"
22
23
"math/rand"
23
24
"strings"
24
25
"sync"
@@ -332,7 +333,7 @@ func ReleaseMock(opts *MockReleaseOptions) *release.Release {
332
333
333
334
name := opts.Name
334
335
if name == "" {
335
-
name = "testrelease-" + string(rand.Intn(100))
336
+
name = fmt.Sprintf("testrelease-%d", rand.Intn(100))
336
337
}
337
338
338
339
var version int32 = 1
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4