GoogleCloudPlatform / prometheus-engine

Google Cloud Managed Service for Prometheus libraries and manifests.
https://g.co/cloud/managedprometheus
Apache License 2.0
195 stars 93 forks source link

fix(operator): support StringData for secret selectors #930

Closed TheSpiritXIII closed 7 months ago

TheSpiritXIII commented 7 months ago

Makes secrets more consistent with ConfigMap (which supports both string and binary formats), as well as with other selectors (e.g. HTTPClientConfig) which already supports this.