@@ -30,14 +30,14 @@ To install with Embedded Cluster in an online environment:
30301 . Run the following command to install:
3131
3232 ``` bash
33- sudo ./APP_SLUG install --license-file PATH_TO_LICENSE \
33+ sudo ./APP_SLUG install --license PATH_TO_LICENSE \
3434 --config-values PATH_TO_CONFIGVALUES \
3535 --admin-console-password ADMIN_CONSOLE_PASSWORD
3636 ```
3737
3838 Replace:
3939 * ` APP_SLUG ` with the unique slug for the application.
40- * ` LICENSE_FILE ` with the customer license.
40+ * ` PATH_TO_LICENSE ` with the path to the customer license.
4141 * ` ADMIN_CONSOLE_PASSWORD ` with a password for accessing the Admin Console.
4242 * ` PATH_TO_CONFIGVALUES ` with the path to the ConfigValues file.
4343
@@ -50,15 +50,15 @@ To install with Embedded Cluster in an air-gapped environment:
50501 . Ensure that the Embedded Cluster installation assets are available on the air-gapped machine, then run the following command to install:
5151
5252 ``` bash
53- sudo ./APP_SLUG install --license-file PATH_TO_LICENSE \
53+ sudo ./APP_SLUG install --license PATH_TO_LICENSE \
5454 --config-values PATH_TO_CONFIGVALUES \
5555 --admin-console-password ADMIN_CONSOLE_PASSWORD \
5656 --airgap-bundle PATH_TO_AIRGAP_BUNDLE
5757 ```
5858
5959 Replace:
6060 * ` APP_SLUG ` with the unique slug for the application.
61- * ` LICENSE_FILE ` with the customer license.
61+ * ` PATH_TO_LICENSE ` with the path to the customer license.
6262 * ` PATH_TO_CONFIGVALUES ` with the path to the ConfigValues file.
6363 * ` ADMIN_CONSOLE_PASSWORD ` with a password for accessing the Admin Console.
64- * ` PATH_TO_AIRGAP_BUNDLE ` with the path to the Embedded Cluster ` .airgap ` bundle for the release.
64+ * ` PATH_TO_AIRGAP_BUNDLE ` with the path to the Embedded Cluster ` .airgap ` bundle for the release.
0 commit comments