more dev work (#1)
* of course we need badges * kubernetes single device config example * fixed deployment json
This commit is contained in:
11
examples/kubernetes/single-device/secret.json
Normal file
11
examples/kubernetes/single-device/secret.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"apiVersion": "v1",
|
||||
"kind": "Secret",
|
||||
"metadata": {
|
||||
"name": "mikrotik-exporter",
|
||||
"namespace": "prometheus"
|
||||
},
|
||||
"data": {
|
||||
"password": "Y2hhbmdlbWUK"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user