[home-assistant] Add a hint for a bearer token for Home Assistant ServiceMonitor (#732)

* Add a hint for a bearer token for Home Assistant ServiceMonitor

* Bump home-assistant chart version
This commit is contained in:
Allen Porter 2021-03-28 14:38:23 -07:00 committed by GitHub
parent 6c91d1ab33
commit 02bb8528b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -2,7 +2,7 @@ apiVersion: v2
appVersion: 2021.3.4 appVersion: 2021.3.4
description: Home Assistant description: Home Assistant
name: home-assistant name: home-assistant
version: 7.1.0 version: 7.1.1
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
keywords: keywords:
- home-assistant - home-assistant

View File

@ -44,6 +44,12 @@ git:
prometheus: prometheus:
serviceMonitor: serviceMonitor:
enabled: false enabled: false
## See https://www.home-assistant.io/docs/authentication/ for where to find
## long lived access token creation under your account profile, which is
## needed to monitor Home Assistant
# bearerTokenSecret:
# name: ""
# key: ""
# interval: 1m # interval: 1m
# additionalLabels: {} # additionalLabels: {}