You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[theia-cloud] move `app.logo`, `app.logoData`, and `app.logoFileExtension` to `landingPage.logo`, `landingPage.logoData`, and `landingPage.logoFileExtension`[#63](https://github.com/eclipsesource/theia-cloud-helm/pull/63)
Copy file name to clipboardExpand all lines: charts/theia-cloud/README.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,7 @@ A Helm chart for Theia Cloud
10
10
|-----|------|---------|-------------|
11
11
| app | object | (see details below) | General information about the deployed app |
12
12
| app.id | string |`"asdfghjkl"`| The app id which is used in the communication between website and REST-API as a spam migitation. This id is public. Please choose an random generated string. |
13
-
| app.logo | string |`"logos/theiablueprint.svg"`| The logo of the application that should be displayed on the landing pages |
14
-
| app.logoData | string |`nil`| set app.logoData=$(cat path/to/file.svg | base64 -w 0 -) Another way is to directly add the base64 string to the values file. |
15
-
| app.logoFileExtension | string |`"svg"`| The file extension of the logo. Must be set to match the logo respectively the logoData. This is required because browsers cannot show a binary image (e.g. png) with a svg ending and vice-versa. |
16
-
| app.name | string |`"Theia Blueprint"`| The name of the application that should be displayed on the landing pages |
13
+
| app.name | string |`"Theia Blueprint"`| The name of the application that may be displayed e.g. on the landing pages |
17
14
| demoApplication | object | (see details below) | Information about the demo application to be installed |
18
15
| demoApplication.imagePullPolicy | string |`nil`| Optional: Override the imagePullPolicy for the main application's docker image. If this is omitted or empty, the root at .Values.imagePullPolicy is used. |
19
16
| demoApplication.install | bool |`true`| Should the demo application be installed |
@@ -62,6 +59,9 @@ A Helm chart for Theia Cloud
62
59
| landingPage.infoText | string |`nil`| Optional: If specified with a value, this overrides the info text shown on the landing page. Empty values are ignored. Use `disableInfo` to deactivate showing the info completely. |
63
60
| landingPage.infoTitle | string |`nil`| Optional: If specified with a value, this overrides the title of the info text shown on the landing page. Empty values are ignored. Use `disableInfo` to deactivate showing the info completely. |
64
61
| landingPage.loadingText | string |`nil`| Optional: If specified with a value, this overrides the message shown to the user while the session is started. Empty values are ignored and the default text is used. |
62
+
| landingPage.logo | string |`"logos/theiablueprint.svg"`| The logo of the application that should be displayed on the landing pages |
63
+
| landingPage.logoData | string |`nil`| set landingPage.logoData=$(cat path/to/file.svg | base64 -w 0 -) Another way is to directly add the base64 string to the values file. |
64
+
| landingPage.logoFileExtension | string |`"svg"`| The file extension of the logo. Must be set to match the logo respectively the logoData. This is required because browsers cannot show a binary image (e.g. png) with a svg ending and vice-versa. |
65
65
| monitor | object | (see details below) | Values to influence the monitor initialization on the operator |
66
66
| monitor.activityTracker | object | (see details below) | Values to influence the activityTracker module |
67
67
| monitor.activityTracker.enable | bool |`true`| Should the activityTracker module be enabled |
0 commit comments