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 5f9c6843c2
All checks were successful
continuous-integration/drone/push Build is passing
update camper view
2022-05-04 20:42:14 +02:00

35 lines
768 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"
}
2022-camperferien.json: |
{
"user" : "tobru",
"device": "campertablet",
"page" : "../views/leafletmap.html",
"from" : "2022-05-01",
"to" : "2022-07-01",
"label" : "Camper"
}