Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11004,7 +11004,7 @@ spec:
- message: HAProxy and Pathbased Routing is enabled. PathBasedRouting
is only supported for MarkLogic 11.1 and above
rule: '!(self.haproxy.enabled == true && self.haproxy.pathBasedRouting
== true) || int(self.image.split('':'')[1].split(''.'')[0] + self.image.split('':'')[1].split(''.'')[1])
== true) || int(self.image.split('':'')[size(self.image.split('':'')) - 1].split(''.'')[0] + self.image.split('':'')[size(self.image.split('':'')) - 1].split(''.'')[1])
>= 111'
status:
description: MarklogicClusterStatus defines the observed state of MarklogicCluster
Expand Down