This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/monitoring/vendor/github.com/prometheus-operator/prometheus-operator/jsonnet/mixin/config.libsonnet

6 lines
85 B
Plaintext

{
_config+:: {
prometheusOperatorSelector: 'job="prometheus-operator"',
},
}