Skip to content

Commit 3457b7f

Browse files
committed
fix build
1 parent 41fecfb commit 3457b7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/spec/function.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ func makeFunctionCommand(function *v1alpha1.Function) []string {
219219
generateJavaLogConfigCommand(spec.Java, spec.LogTopicAgent),
220220
parseJavaLogLevel(spec.Java),
221221
generateFunctionDetailsInJSON(function),
222-
getDecimalSIMemory(spec.Resources.Requests.Memory()), spec.Java.ExtraDependenciesDir,
222+
spec.Java.ExtraDependenciesDir,
223223
string(function.UID),
224224
spec.Java.JavaOpts, hasPulsarctl, hasWget,
225225
spec.Pulsar.AuthSecret != "", spec.Pulsar.TLSSecret != "",

0 commit comments

Comments
 (0)