pbacsko commented on a change in pull request #400:
URL: https://github.com/apache/yunikorn-k8shim/pull/400#discussion_r837562519
##########
File path: pkg/schedulerplugin/conf/pluginconf.go
##########
@@ -132,6 +132,8 @@ func NewSchedulerConf() *conf.SchedulerConf {
configuration.UserLabelKey = getStringArg(flag,
constants.DefaultUserLabel)
case ArgOperatorPlugins:
configuration.OperatorPlugins = getStringArg(flag,
"general,"+constants.AppManagerHandlerName)
+ case ArgPlaceHolderImage:
+ configuration.PlaceHolderImage = getStringArg(flag,
constants.PlaceholderContainerImage)
Review comment:
This was missing from the original change.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]