Skip to content

Commit

Permalink
add list construct
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbehery committed Mar 2, 2023
1 parent 9fd6398 commit b2e02d7
Show file tree
Hide file tree
Showing 3 changed files with 1,380 additions and 1,360 deletions.
4 changes: 3 additions & 1 deletion jsonnet/dashboard.jsonnet
@@ -1,5 +1,6 @@
local etcdMixin = (import 'github.com/etcd-io/etcd/contrib/mixin/mixin.libsonnet');

[
{
apiVersion: 'v1',
kind: 'ConfigMap',
Expand All @@ -17,7 +18,7 @@ local etcdMixin = (import 'github.com/etcd-io/etcd/contrib/mixin/mixin.libsonnet
data: {
'etcd.json': std.manifestJsonEx(etcdMixin.grafanaDashboards['etcd.json'], ' '),
},
}
},
{
apiVersion: 'v1',
kind: 'ConfigMap',
Expand All @@ -31,3 +32,4 @@ local etcdMixin = (import 'github.com/etcd-io/etcd/contrib/mixin/mixin.libsonnet
namespace: 'openshift-config-managed',
}
}
]

0 comments on commit b2e02d7

Please sign in to comment.