We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 856d5df commit 3f9066bCopy full SHA for 3f9066b
1 file changed
api/v1beta1/kafkacluster_types.go
@@ -165,7 +165,7 @@ type KafkaClusterSpec struct {
165
// a kafkaCluster instance on a Kind Cluster.
166
// +kubebuilder:default=false
167
// +optional
168
- DebugEnabled bool `json:"debugEnabled"`
+ DebugEnabled bool `json:"debugEnabled,omitempty"`
169
ListenersConfig ListenersConfig `json:"listenersConfig"`
170
// Custom ports to expose in the container. Example use case: a custom kafka distribution, that includes an integrated metrics api endpoint
171
AdditionalPorts []corev1.ContainerPort `json:"additionalPorts,omitempty"`
0 commit comments