Skip to content

Commit

Permalink
Merge pull request #13 from mainstreamtt/patch-1
Browse files Browse the repository at this point in the history
[Docs] Repo name and value missing for helm installation
  • Loading branch information
mocdaniel authored Jun 30, 2023
2 parents 480eb65 + 28b8f68 commit 9904d02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/icinga-stack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ helm install <release-name> \
--set icingaweb2.auth.admin_password=CHANGE-ME
--set global.api.users.director.password=CHANGE-ME
--set global.api.users.director.icingaweb.password=CHANGE-ME
--set global.api.users.icingaweb.password=CHANGE-ME
--set global.databases.director.password=CHANGE-ME
--set global.databases.icingaweb2.password=CHANGE-ME
--set global.databases.icingadb.password=CHANGE-ME
icinga-stack
icinga/icinga-stack
```

This example sets all **required** value for the chart to install successfully. For more information on the available configuration options, see the [configuration](docs/configuration.md#configuration) section.
Expand Down

0 comments on commit 9904d02

Please sign in to comment.