Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
desmax74 committed Mar 22, 2021
1 parent 833992c commit 87bc8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/kieapp/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ func getJmsConfig(environment api.EnvironmentType, jms *api.KieAppJmsObject) (*a
}

func getKafkaConfig(kafka *api.KafkaExtObject) (*api.KafkaExtObject, error) {
if kafka == nil || kafka.ExtEnabled {
if kafka == nil || !kafka.ExtEnabled {
return nil, nil
}

Expand Down

0 comments on commit 87bc8f9

Please sign in to comment.