home-assistant¶
A comprehensive Helm chart for Home Assistant - Open source home automation that puts local control and privacy first
Quick Links¶
Installing the Chart¶
helm repo add pandia https://charts.pandia.io
helm repo update
helm install my-home-assistant pandia/home-assistant
Values¶
Search Values
Press Ctrl+K or Cmd+K to search, or use the interactive values search.
| Key | Type | Default | Description |
|---|---|---|---|
| General | |||
create | bool | true | Create service account |
annotations | object | {} | Annotations for service account |
name | string | "" | Service account name |
create | bool | true | Create RBAC resources |
enabled | bool | false | Enable PodDisruptionBudget |
tolerations | list | [] | Tolerations |
affinity | object | {} | Affinity rules |
extraVolumes | object | [] | Extra volumes |
extraVolumeMounts | object | [] | Extra volume mounts |
initContainers | list | [] | Init containers |
extraContainers | list | [] | Sidecar containers |
enabled | bool | false | Enable automated configuration setup |
forceInit | bool | false | Force initialization on every start |
trusted_proxies | list | `nil` | Trusted proxy CIDR ranges for reverse proxy setups |
templateConfig | string | |- | Template for configuration.yaml file |
initScript | string | |- | Init script for configuration management |
initContainer | object | `nil` | Init container configuration |
name | string | setup-config | Init container name |
image | string | mikefarah/yq:4 | Init container image (needs yq tool) |
securityContext | object | `nil` | Init container security context |
volumeMounts | list | [] | Additional volume mounts for init container |
Autogenerated from chart metadata using helm-docs