more dev work (#1)

* of course we need badges

* kubernetes single device config example

* fixed deployment json
This commit is contained in:
Steve Brunton
2017-09-16 22:38:01 -04:00
committed by GitHub
parent 044419a16b
commit 129e34290f
4 changed files with 100 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"apiVersion": "v1",
"kind": "Secret",
"metadata": {
"name": "mikrotik-exporter",
"namespace": "prometheus"
},
"data": {
"password": "Y2hhbmdlbWUK"
}
}