|
@@ -8,7 +8,7 @@ This is an Helm chart to easily manage the Hue websites, gethue, docs, cdn, foru
|
|
|
|
|
|
|
|
View the configuration [values.yaml](values.yaml), edit if needed and run:
|
|
View the configuration [values.yaml](values.yaml), edit if needed and run:
|
|
|
|
|
|
|
|
- helm install hue-website -n hue-website
|
|
|
|
|
|
|
+ helm install website -n website --namespace hue
|
|
|
|
|
|
|
|
[values.yaml](values.yaml) contains the most important parameters in the `hue` section with for example which database to use. The `ini`
|
|
[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/).
|
|
section let you add any extra [regular parameter](https://docs.gethue.com/latest/administrator/configuration/server/).
|
|
@@ -17,4 +17,4 @@ Then follow-up the instructions printed on the screen for getting the URL to con
|
|
|
|
|
|
|
|
## Uninstall
|
|
## Uninstall
|
|
|
|
|
|
|
|
- helm delete hue-website --purge
|
|
|
|
|
|
|
+ helm delete website --purge --namespace hue
|