Skip to content

Commit 3f9066b

Browse files
author
Daniel Vaseekaran
committed
[CORE-149726] - Local Debug support
1 parent 856d5df commit 3f9066b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/v1beta1/kafkacluster_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ type KafkaClusterSpec struct {
165165
// a kafkaCluster instance on a Kind Cluster.
166166
// +kubebuilder:default=false
167167
// +optional
168-
DebugEnabled bool `json:"debugEnabled"`
168+
DebugEnabled bool `json:"debugEnabled,omitempty"`
169169
ListenersConfig ListenersConfig `json:"listenersConfig"`
170170
// Custom ports to expose in the container. Example use case: a custom kafka distribution, that includes an integrated metrics api endpoint
171171
AdditionalPorts []corev1.ContainerPort `json:"additionalPorts,omitempty"`

0 commit comments

Comments
 (0)