Skip to content

Commit 1cd20f4

Browse files
Commit from GitHub Actions (Scheduled Jobs)
1 parent bc47812 commit 1cd20f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/observability.openshift.io/clusterlogforwarder_v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1795,7 +1795,7 @@
17951795
},
17961796
{
17971797
"message": "'snappy' compression cannot be used when data model is 'Otel'",
1798-
"rule": "!has(self.tuning) || self.tuning.compression != 'snappy' || !has(self.dataModel) || self.dataModel == 'Viaq'"
1798+
"rule": "!has(self.tuning) || !has(self.tuning.compression) || self.tuning.compression != 'snappy' || !has(self.dataModel) || self.dataModel == 'Viaq'"
17991799
}
18001800
]
18011801
},

0 commit comments

Comments
 (0)