mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-24 07:59:02 +00:00
8e8e8afd50
* Added the ability to specify subPaths I mount all my configs into a volume and keep each app under subPaths. By adding the ability of specifying a subpath here I can set hass to store its settings on its own folder. thanks * Update Chart.yaml Version bumped * Update deployment.yaml Fixed a typo, the here the config sub path is for appdaemon and not vscode * Update README.md Added the new variables to the table * Update README.md Removed the git configSubPath because is the same as configSubPath. Same mount definition as the hass config. Also moved the configSubPath setting under persistence which makes more sense * Update deployment.yaml Changed configSubPath to be under persistence. Unified the git.configSubPath with the persistence one as they are the same. * Update values.yaml Added configSubPath to the values.yaml with a comment. * Update Chart.yaml Version bump * Update values.yaml trailing space... come on github editor you failed me * Update values.yaml Added the subpath setting under appDaemon * Update values.yaml trailing spaces... github editor needs an update * Update values.yaml grrr trailing spaces Co-authored-by: Jeff Billimek <jeff@billimek.com> |
||
---|---|---|
.github | ||
charts | ||
.gitignore | ||
.pre-commit-config.yaml | ||
CONTRIBUTING.md | ||
ct.yaml | ||
LICENSE | ||
README.md |
k8s@Home collection of helm charts
Usage
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add k8s-at-home https://k8s-at-home.com/charts/
You can then run helm search repo k8s-at-home
to see the charts.
Charts
See artifact hub for a complete list.
Contributing
See CONTRIBUTING.md