Skip to content

Commit

Permalink
fix: improved comments and example values
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Rizzante committed Dec 21, 2021
1 parent 992b2d2 commit 6a2486e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions example/tk/inline/clusters.libsonnet
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
[
{
// import the microservices example
local tempo = import '../tempo-microservices/main.jsonnet',

name: 'k3d-test',
apiServer: 'https://0.0.0.0:35987',
namespace: 'grafana-test',
name: 'cluster name',
apiServer: 'https://0.0.0.0:6443',
namespace: 'namespace',

data: tempo,

Expand Down

0 comments on commit 6a2486e

Please sign in to comment.