mirror of
https://github.com/nold360/hive-apps
synced 2024-11-05 05:16:37 +00:00
15 lines
284 B
YAML
15 lines
284 B
YAML
|
config:
|
||
|
description: Home Automation
|
||
|
syncWave: 100
|
||
|
repo: k8s-at-home
|
||
|
apps:
|
||
|
- name: homeassistant
|
||
|
chart: home-assistant
|
||
|
targetRevision: 11.0.5
|
||
|
secrets:
|
||
|
- name: hass-postgres
|
||
|
keys:
|
||
|
- postgresql-username
|
||
|
- postgresql-password
|
||
|
- postgresql-postgres-password
|