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 d7db970 commit 4370de4Copy full SHA for 4370de4
test/e2e/config_test.go
@@ -904,12 +904,14 @@ k8sPrometheusAdapter:
904
profile: Request`
905
f.MustCreateOrUpdateConfigMap(t, f.BuildCMOConfigMap(t, data))
906
checkMetricValue(1)
907
+ f.AssertOperatorCondition(configv1.OperatorUpgradeable, configv1.ConditionFalse)(t)
908
909
// The metric should be reset to 0.
910
data = `
911
k8sPrometheusAdapter:`
912
913
checkMetricValue(0)
914
+ f.AssertOperatorCondition(configv1.OperatorUpgradeable, configv1.ConditionTrue)(t)
915
}
916
917
// checks that the toleration is present
0 commit comments