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/views-configmap.yaml

15 lines
279 B
YAML
Raw Normal View History

apiVersion: v1
kind: ConfigMap
metadata:
name: views
namespace: owntracks
data:
202005-soerenberg.json: |
{
"user" : "tobru",
"device": "dragino",
2020-05-25 13:51:26 +00:00
"page" : "../views/leafletmap.html",
2020-05-25 13:52:58 +00:00
"from" : "2020-05-16",
"to" : "2020-05-23"
}