fix homebrew

This commit is contained in:
David Newhall II 2021-04-14 01:31:14 -07:00
parent c3c9455458
commit 33dfe3e204
4 changed files with 22 additions and 21 deletions

View File

@ -7,8 +7,14 @@ the format. A JSON file should end with `.json`, and
YAML with `.yaml`. The default format is always TOML and
may have any _other_ suffix.
#### Dashboards
# Kubernetes
- This folder used to contain Grafana Dashboards.
- **They are now located at [Grafana.com](https://grafana.com/dashboards?search=unifi-poller).**
- [Grafana Dashboards Wiki](https://github.com/unifi-poller/unifi-poller/wiki/Grafana-Dashboards)
There are two files for Kubernetes deployment examples.
Feel free to use them as you see fit.
Please make sure to the delete all comments before
deploying and make sure to fill in with correct values.
# Notes
When adding new content to this folder, **DO NOT MAKE NEW FOLDERS**,
it will break `make install` on macOS (used for homebrew).

View File

@ -1,5 +0,0 @@
# Kubernetes Template
The following files are Kubernetes deployment examples. Feel free to use them as you see fit.
# Comments
Please make sure to the delete all comments before deploying and make sure to fill in with your according values.

View File

@ -1,4 +1,4 @@
#Create InfluxDB
# Create InfluxDB
---
apiVersion: apps/v1
kind: Deployment

View File

@ -1,4 +1,4 @@
#Create Unifi Poller
# Create UniFi Poller
---
apiVersion: apps/v1
kind: Deployment