File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -256,9 +256,9 @@ function verifyResourceSpec() {
256256 echo " Verifying resource spec"
257257
258258 echo " mysqld_exporter flags:"
259- checkPodSpecBySelectorWithTimeout " planetscale.com/component=vttablet" 3 " --no-collect.info_schema.innodb_cmpmem$"
260- checkPodSpecBySelectorWithTimeout " planetscale.com/component=vttablet" 3 " --collect.info_schema.tables$"
261- checkPodSpecBySelectorWithTimeout " planetscale.com/component=vttablet" 3 " --collect.info_schema.tables.databases=\*$"
259+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vttablet" 3 " --no-collect.info_schema.innodb_cmpmem$"
260+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vttablet" 3 " --collect.info_schema.tables$"
261+ checkPodSpecBySelectorWithTimeout example " planetscale.com/component=vttablet" 3 " --collect.info_schema.tables.databases=\*$"
262262}
263263
264264# Test setup
You can’t perform that action at this time.
0 commit comments