This repository has been archived on 2023-04-02. You can view files and clone it, but cannot push or open issues or pull requests.
gitops-tbrnt/owntracks/recorder/views-configmap.yaml
Tobias Brunner b0f52b065b
All checks were successful
continuous-integration/drone/push Build is passing
add camper view
2022-05-01 21:14:42 +02:00

33 lines
697 B
YAML

apiVersion: v1
kind: ConfigMap
metadata:
name: views
namespace: owntracks
labels:
app: recorder
data:
202005-soerenberg.json: |
{
"user" : "tobru",
"device": "dragino",
"page" : "../views/leafletmap.html",
"from" : "2020-05-16",
"to" : "2020-05-23"
}
202008-ferien.json: |
{
"user" : "tobru",
"device": "leeco",
"page" : "../views/leafletmap.html",
"from" : "2020-08-01",
"to" : "2020-08-15",
"label" : "Brunners Sommerferien 2020"
}
camper.json: |
{
"user" : "tobru",
"device": "campertablet",
"page" : "../views/leafletmap.html",
"label" : "Camper"
}