gerlowskija commented on code in PR #735:
URL: https://github.com/apache/solr-operator/pull/735#discussion_r1904820675
##########
api/v1beta1/common_types.go:
##########
@@ -137,6 +137,10 @@ type PodOptions struct {
// +optional
ServiceAccountName string `json:"serviceAccountName,omitempty"`
+ // Should process namespace sharing be enabled on created pods
+ // +optional
+ ShareProcessNamespace *bool `json:"shareProcessNamespace,omitempty"`
Review Comment:
Makes sense; done.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]