Skip to content

Commit 5fc0215

Browse files
Remove withUSESSAToPatch
Signed-off-by: OwenCorrigan76 <[email protected]>
1 parent 1c73e14 commit 5fc0215

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

operator/src/main/java/io/strimzi/kafka/access/KafkaAccessOperator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ public class KafkaAccessOperator {
2626
*/
2727
public static void main(final String[] args) {
2828
LOGGER.info("Kafka Access operator starting");
29-
final Operator operator = new Operator(overrider -> overrider
30-
.withUseSSAToPatchPrimaryResource(false));
29+
final Operator operator = new Operator();
3130
operator.register(new KafkaAccessReconciler(operator.getKubernetesClient()));
3231
operator.start();
3332
Server server = new Server(HEALTH_CHECK_PORT);

0 commit comments

Comments
 (0)