Skip to content

Commit c9ab1d0

Browse files
author
Peng Zhou
committed
push changes from build
1 parent e53bd98 commit c9ab1d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/crd/bases/marklogic.progress.com_marklogicclusters.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11037,7 +11037,8 @@ spec:
1103711037
- message: HAProxy and Pathbased Routing is enabled. PathBasedRouting
1103811038
is only supported for MarkLogic 11.1 and above
1103911039
rule: '!(self.haproxy.enabled == true && self.haproxy.pathBasedRouting
11040-
== true) || int(self.image.split('':'')[1].split(''.'')[0] + self.image.split('':'')[1].split(''.'')[1])
11040+
== true) || self.image.split('':'')[0].matches(''.*latest.*'') ||
11041+
int(self.image.split('':'')[1].split(''.'')[0] + self.image.split('':'')[1].split(''.'')[1])
1104111042
>= 111'
1104211043
status:
1104311044
description: MarklogicClusterStatus defines the observed state of MarklogicCluster

0 commit comments

Comments
 (0)