Skip to content
Snippets Groups Projects
Unverified Commit b4fcf8f6 authored by paulfantom's avatar paulfantom
Browse files

jsonnet: fix copy-paste errors, format, and lint


Signed-off-by: default avatarpaulfantom <pawel@krupa.net.pl>
parent 55900d9e
Branches
Tags
No related merge requests found
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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment