mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-26 17:01:50 +02:00
jsonnet: fix copy-paste errors, format, and lint
Signed-off-by: paulfantom <pawel@krupa.net.pl>
This commit is contained in:
parent
55900d9e1c
commit
b4fcf8f6cc
@ -1,8 +1,7 @@
|
||||
local defaults = {
|
||||
local defaults = self,
|
||||
namespace: error 'must provide namespace',
|
||||
prometheusName: error 'must provide namespace',
|
||||
alertmanagerName: error 'must provide namespace',
|
||||
prometheusName: error 'must provide Prometheus resource name',
|
||||
alertmanagerName: error 'must provide Alertmanager resource name',
|
||||
};
|
||||
|
||||
function(params) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user