integr8ly / application-monitoring-operator

Operator for installing the Application Monitoring Stack on OpenShift (Prometheus, AlertManager, Grafana)
Apache License 2.0
30 stars 44 forks source link

Improve err check for resource creation #23

Closed matskiv closed 5 years ago

matskiv commented 5 years ago

This change improves error check in CreateResource function. It uses a built-in function instead of checking for a substring in error message.

pb82 commented 5 years ago

:eyes: