Add TeslaMate deployment for Tesla Model Y data logging #47
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feature/teslamate"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Deployment and Testing
op inject -i argocd/manifests/databases/secret-teslamate.yaml.tpl | kubectl apply -f -argocd app sync blumeops-pgop inject -i argocd/manifests/grafana-config/secret-teslamate-datasource.yaml.tpl | kubectl apply -f -argocd app sync apps teslamate grafana grafana-config🤖 Generated with Claude Code
@ -46,3 +46,7 @@ borgmatic_postgresql_databases:hostname: pg.tail8d86e.ts.netport: 5432username: borgmatic- name: teslamateDo we need to update borgmatic user's grants?
@ -0,0 +30,4 @@syncPolicy:syncOptions:- CreateNamespace=true# Manual sync only - no automated sync on git pushuseless comment, please remove from other app manifests as well
@ -0,0 +15,4 @@spec:containers:- name: teslamateimage: teslamate/teslamate:latestlet's avoid using :latest, use an explicit version tag (the latest at this moment, as it were)