-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup pages for Control Center 1.1 (#4002)
- Loading branch information
1 parent
16ece55
commit af706a2
Showing
4 changed files
with
16 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,9 +9,7 @@ order: 30 | |
|
||
This page explains how to configure the installation of Control Center using Helm. Many parameters can be set, including your domain and user information. | ||
|
||
Below is an example using the Helm command to configure several items. You would change all of the values in the example to your particular use. | ||
|
||
In the first line shown, the name of the installed application is set to `control-center-name`. The second line gives the namespace in which the application is installed is set to `foo-namespace`. In the third line, the value of `domain`, which is required, is set to `mydomain.com`. | ||
Below is an example using the Helm command to configure several items. You would change the values in the example to your particular use. | ||
|
||
.Terminal | ||
[source,bash] | ||
|
@@ -25,9 +23,11 @@ helm install control-center-name oci://docker.io/vaadin/control-center \ | |
--wait | ||
---- | ||
|
||
In this example above, the required value of `user.email` is set to `[email protected]`. The optional value of `app.host` is set to `cc.mydomain.com`. And in the second to last line, the values for the Ingress are set using a file named `values-ingress.yaml`. | ||
In the first line of the example above, the name of the installed application is set to `control-center-name`. The second line gives the namespace in which the application is installed, which is set to `foo-namespace`. In the third line, the value of `domain`, which is required, is set to `mydomain.com`. | ||
|
||
The required value of `user.email` is set to `[email protected]`. The optional value of `app.host` is set to `cc.mydomain.com`. And in the second to last line, the values for the Ingress are set using a file named `values-ingress.yaml`. | ||
|
||
More command options are available than the ones shown in the example above, for configuring the installation. All of them are explained in detail in the https://helm.sh/docs/helm/helm_install/[Helm documentation]. | ||
More command options, than the ones shown in the example above, are available for configuring the installation. All of them are explained in detail in the https://helm.sh/docs/helm/helm_install/[Helm documentation]. | ||
|
||
|
||
== Values | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters