As #494 said, users may need to set some native fields for observer pod. Not only schedulerName but also runtimeClassName, securityContext, labels and so on. All of these fields may be needed to set to customized value.
Describe the solution you'd like
Added some more fields in PodFields introduced by PR #515. The native pod fields could be found at here
Describe your use case
As #494 said, users may need to set some native fields for observer pod. Not only
schedulerName
but alsoruntimeClassName
,securityContext
,labels
and so on. All of these fields may be needed to set to customized value.Describe the solution you'd like
Added some more fields in
PodFields
introduced by PR #515. The native pod fields could be found at hereDescribe alternatives you've considered
No response
Additional context
No response