File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ KUBE_VERSION ?= 1.24
22KIND_CONFIG ?= ./testdata/kind-$(KUBE_VERSION ) .yaml
33CERT_MANAGER_VERSION ?= v1.10.1
44
5- KUBESCAPE_THRESHOLD =30
5+ KUBESCAPE_THRESHOLD =31
66
77MDOX_BIN =mdox
88MDOX_VALIDATE_CONFIG? =.mdox.validate.yaml
Original file line number Diff line number Diff line change 4747)
4848
4949testset=" $genericTests "
50- if [ $FEATURE_KUBE_PROMETHEUS -eq 1 ]; then
50+ if [ " $FEATURE_KUBE_PROMETHEUS " -eq 1 ]; then
5151 testset=" $kubePrometheusTests ,$testset "
5252fi
53- if [ $FEATURE_PROMSCALE -eq 1 ]; then
53+ if [ " $FEATURE_PROMSCALE " -eq 1 ]; then
5454 testset=" $promscaleTests ,$testset "
5555fi
56- if [ $FEATURE_TIMESCALEDB -eq 1 ]; then
56+ if [ " $FEATURE_TIMESCALEDB " -eq 1 ]; then
5757 testset=" $timescaleTests ,$testset "
5858fi
5959
You can’t perform that action at this time.
0 commit comments