Merge pull request #77 from naude-r/master

Configure grafana with optional env variables
pull/80/head
Carlos Eduardo 4 years ago committed by GitHub
commit bdd892ecce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      base_operator_stack.jsonnet
  2. 2
      vars.jsonnet

@ -59,6 +59,7 @@ local vars = import 'vars.jsonnet';
},
},
plugins: vars.grafana.plugins,
env: vars.grafana.env
},
},
//---------------------------------------

@ -79,5 +79,7 @@
// Plugins to be installed at runtime.
//Ex. plugins: ['grafana-piechart-panel', 'grafana-clock-panel'],
plugins: [],
//Ex. env: [ { name: 'http_proxy', value: 'host:8080' } ]
env: []
},
}

Loading…
Cancel
Save