We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53bd98 commit c9ab1d0Copy full SHA for c9ab1d0
config/crd/bases/marklogic.progress.com_marklogicclusters.yaml
@@ -11037,7 +11037,8 @@ spec:
11037
- message: HAProxy and Pathbased Routing is enabled. PathBasedRouting
11038
is only supported for MarkLogic 11.1 and above
11039
rule: '!(self.haproxy.enabled == true && self.haproxy.pathBasedRouting
11040
- == true) || int(self.image.split('':'')[1].split(''.'')[0] + self.image.split('':'')[1].split(''.'')[1])
+ == true) || self.image.split('':'')[0].matches(''.*latest.*'') ||
11041
+ int(self.image.split('':'')[1].split(''.'')[0] + self.image.split('':'')[1].split(''.'')[1])
11042
>= 111'
11043
status:
11044
description: MarklogicClusterStatus defines the observed state of MarklogicCluster
0 commit comments