|
|
@@ -11,8 +11,11 @@ View the configuration [values.yaml](values.yaml), edit if needed and run:
|
|
|
|
|
|
helm install hue -n hue
|
|
|
|
|
|
+[values.yaml](values.yaml) contains the most important parameters in the `hue` section with for example which database to use. The `ini`
|
|
|
+section let you add any extra [regular parameter](https://docs.gethue.com/latest/administrator/configuration/server/).
|
|
|
|
|
|
-And follow-up the instructions printed on the screen for conneting to Hue.
|
|
|
+
|
|
|
+Then follow-up the instructions printed on the screen for getting the URL to connect to Hue.
|
|
|
|
|
|
By default you should see these running containers:
|
|
|
|
|
|
@@ -21,6 +24,6 @@ By default you should see these running containers:
|
|
|
hue-4n2ck 1/1 Running 0 3h
|
|
|
hue-postgres-5jg77 1/1 Running 0 12d
|
|
|
|
|
|
-## Un-install
|
|
|
+## Uninstall
|
|
|
|
|
|
helm delete hue --purge
|