From db24d009cceb9333b7485ba553dab0683624ab6d Mon Sep 17 00:00:00 2001 From: "Nicholas St. Germain" Date: Sat, 5 Sep 2020 22:17:16 -0500 Subject: [PATCH] add readme for media-common --- charts/media-common/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 charts/media-common/README.md diff --git a/charts/media-common/README.md b/charts/media-common/README.md new file mode 100644 index 00000000..54d98cb7 --- /dev/null +++ b/charts/media-common/README.md @@ -0,0 +1,24 @@ +# Shared base chart for k8s@home media charts + +Many containers have no environmentally configurable settings. This chart allows a single maintainable +base with umbrella charts for container-specific differences. This chart does not have a default +repository or tag, and not designed to be deployed directly. + +## Known Parent Charts + +* [k8s-at-home/radarr](https://github.com/k8s-at-home/charts/tree/master/charts/radarr) +* [k8s-at-home/sonarr](https://github.com/k8s-at-home/charts/tree/master/charts/sonarr) +* [k8s-at-home/lidarr](https://github.com/k8s-at-home/charts/tree/master/charts/lidarr) +* [k8s-at-home/tautulli](https://github.com/k8s-at-home/charts/tree/master/charts/tautulli) +* [k8s-at-home/ombi](https://github.com/k8s-at-home/charts/tree/master/charts/ombi) +* [k8s-at-home/organizr](https://github.com/k8s-at-home/charts/tree/master/charts/organizr) + +## Configuration + +Read through the [values.yaml](https://github.com/k8s-at-home/charts/blob/master/charts/media-common/values.yaml) file. It has several commented out suggested values. + +These values will normally be nested as it is a dependency, for example: +```yaml +radarr: + +``` \ No newline at end of file