mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 15:46:31 +01:00
Instead of marshalling all StatefulSet inputs to JSON and hashing that string, use hashstructure [1] package. In addition do not generate new rule config maps if underlying rules did not change. [1] github.com/mitchellh/hashstructure