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 d3adf47756
All checks were successful
continuous-integration/drone/push Build is passing
reorganize owntracks folder
2020-05-31 22:59:36 +02:00

17 lines
307 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"
}