diff --git a/muranodashboard/services/MsSqlClusterServer.yaml b/muranodashboard/services/MsSqlClusterServer.yaml index 7c708d5d1..92a25076f 100644 --- a/muranodashboard/services/MsSqlClusterServer.yaml +++ b/muranodashboard/services/MsSqlClusterServer.yaml @@ -159,7 +159,7 @@ forms: # if IP is not valid on its own, it will be empty - the # first check is needed to not emit comparison error when # both IPs are not valid - - expr: {YAQL: $.clusterConfiguration.clusterIP.bool() and $.clusterConfiguration.clusterIP != $.clusterConfiguration.agListenerIP} + - expr: {YAQL: not $.clusterConfiguration.clusterIP.bool() or $.clusterConfiguration.clusterIP != $.clusterConfiguration.agListenerIP} message: Listener IP and Cluster Static IP should be different - unitsConfiguration: fields: