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 41fecfb commit 3457b7fCopy full SHA for 3457b7f
controllers/spec/function.go
@@ -219,7 +219,7 @@ func makeFunctionCommand(function *v1alpha1.Function) []string {
219
generateJavaLogConfigCommand(spec.Java, spec.LogTopicAgent),
220
parseJavaLogLevel(spec.Java),
221
generateFunctionDetailsInJSON(function),
222
- getDecimalSIMemory(spec.Resources.Requests.Memory()), spec.Java.ExtraDependenciesDir,
+ spec.Java.ExtraDependenciesDir,
223
string(function.UID),
224
spec.Java.JavaOpts, hasPulsarctl, hasWget,
225
spec.Pulsar.AuthSecret != "", spec.Pulsar.TLSSecret != "",
0 commit comments