You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v1/objectstore_types.go
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,15 @@ type InstanceSidecarConfiguration struct {
41
41
// AdditionalContainerArgs is an optional list of command-line arguments
42
42
// to be passed to the sidecar container when it starts.
43
43
// The provided arguments are appended to the container’s default arguments.
44
+
// +kubebuilder:validation:XValidation:rule="self == null || !self.exists(a, a.startsWith('--log-level'))",reason="FieldValueForbidden",message="do not set --log-level in additionalContainerArgs; use spec.instanceSidecarConfiguration.logLevel"
0 commit comments