From 686503f930ed98df52ca833bb7cd20bde622d3a7 Mon Sep 17 00:00:00 2001 From: Johnny Shum Date: Mon, 31 Jan 2022 16:21:44 -0600 Subject: [PATCH] OWLS-96248 backport sitconfig replication channel regression --- operator/src/main/resources/scripts/introspectDomain.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/operator/src/main/resources/scripts/introspectDomain.py b/operator/src/main/resources/scripts/introspectDomain.py index d547b617c59..ed148bd37c7 100644 --- a/operator/src/main/resources/scripts/introspectDomain.py +++ b/operator/src/main/resources/scripts/introspectDomain.py @@ -1371,12 +1371,9 @@ def _writeIstioReplicationChannelNAP(self, name, listen_address, listen_port, self.writeln('%s.%s' % (action, listen_address, self.env.getEnvOrDef("ISTIO_POD_NAMESPACE", "default"))) self.writeln('%s' % (action, listen_port)) - self.writeln('false' % - (action)) self.writeln('true' % action) self.writeln('false' % action) self.writeln('true' % action) - self.writeln('true' % action) self.undent() self.writeln('')