From 5abc2f76ae560de63ed6c9d3c388434b43da30cd Mon Sep 17 00:00:00 2001 From: Sharif Nassar Date: Sat, 17 Nov 2018 12:57:56 -0800 Subject: [PATCH] Spleling (#7557) * Spleling Signed-off-by: Sharif Nassar * version bump Signed-off-by: Sharif Nassar * bump version again Signed-off-by: David J. M. Karlsen * fix conflict Signed-off-by: David J. M. Karlsen --- stable/home-assistant/Chart.yaml | 2 +- stable/home-assistant/README.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/stable/home-assistant/Chart.yaml b/stable/home-assistant/Chart.yaml index a7a8be4dc2..f9eea23bd2 100644 --- a/stable/home-assistant/Chart.yaml +++ b/stable/home-assistant/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: 0.81.2 description: Home Assistant name: home-assistant -version: 0.4.0 +version: 0.4.1 keywords: - home-assistant - hass diff --git a/stable/home-assistant/README.md b/stable/home-assistant/README.md index 37dd74f4ed..e7b194f3d5 100644 --- a/stable/home-assistant/README.md +++ b/stable/home-assistant/README.md @@ -43,8 +43,8 @@ The following tables lists the configurable parameters of the Sentry chart and t | `service.annotations` | Service annotations for the home-assistant GUI | `{}` | | `service.clusterIP` | Cluster IP for the home-assistant GUI | `` | | `service.externalIPs` | External IPs for the home-assistant GUI | `[]` | -| `service.loadBalancerIP` | Loadbalance IP for the home-assistant GUI | `` | -| `service.loadBalancerSourceRanges` | Loadbalance client IP restriction range for the home-assistant GUI | `[]` | +| `service.loadBalancerIP` | Loadbalancer IP for the home-assistant GUI | `` | +| `service.loadBalancerSourceRanges` | Loadbalancer client IP restriction range for the home-assistant GUI | `[]` | | `hostNetwork` | Enable hostNetwork - might be needed for discovery to work | `false` | | `service.nodePort` | nodePort to listen on for the home-assistant GUI | `` | | `ingress.enabled` | Enables Ingress | `false` | @@ -88,8 +88,8 @@ The following tables lists the configurable parameters of the Sentry chart and t | `configurator.service.labels` | Service labels to use for the configurator UI | `{}` | | `configurator.service.clusterIP` | Cluster IP for the configurator UI | `` | | `configurator.service.externalIPs` | External IPs for the configurator UI | `[]` | -| `configurator.service.loadBalancerIP` | Loadbalance IP for the configurator UI | `` | -| `configurator.service.loadBalancerSourceRanges` | Loadbalance client IP restriction range for the configurator UI | `[]` | +| `configurator.service.loadBalancerIP` | Loadbalancer IP for the configurator UI | `` | +| `configurator.service.loadBalancerSourceRanges` | Loadbalancer client IP restriction range for the configurator UI | `[]` | | `resources` | CPU/Memory resource requests/limits or the home-assistant GUI | `{}` | | `nodeSelector` | Node labels for pod assignment or the home-assistant GUI | `{}` | | `tolerations` | Toleration labels for pod assignment or the home-assistant GUI | `[]` | @@ -111,8 +111,8 @@ helm install --name my-release -f values.yaml stable/home-assistant Read through the [values.yaml](values.yaml) file. It has several commented out suggested values. -## Regarding configuring home assistnat +## Regarding configuring home assistant Much of the home assistant configuration occurs inside the various files persisted to the `/config` directory. This will require external access to the persistent storage location where the home assistant configuration data is stored. -Because this may be a limitation, the [Home Assistant Configurator UI](https://github.com/danielperna84/hass-configurator) is added to the chart as an option to provide a webUI for editing the various configuration files +Because this may be a limitation, the [Home Assistant Configurator UI](https://github.com/danielperna84/hass-configurator) is added to the chart as an option to provide a webUI for editing the various configuration files.