Skip to content

Commit d9bd5d1

Browse files
committed
add xrefs to configvalues reference topic
1 parent 1d32e73 commit d9bd5d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/vendor/tutorial-embedded-cluster-automation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ This tutorial demonstrates how to perform an automated or _headless_ installatio
88

99
## Introduction
1010

11-
This tutorial shows how to install a Helm chart with Embedded Cluster from the command line without interacting with the Admin Console UI. This is also known as a _headless_ installation. Headless installations are often used for automating application deployment as part of CI/CD pipelines.
11+
This tutorial shows how to install a Helm chart with Embedded Cluster from the command line without interacting with the Admin Console UI. This is also known as a _headless_ installation. Headless installations are often used for automating application deployment as part of CI/CD pipelines. For more information about headless installs with Embedded Cluster, see [Automating Installation with Embedded Cluster](/enterprise/installing-embedded-automation).
1212

1313
In this tutorial, you will:
1414

1515
* Download the Helm chart and release manifests for the sample SlackerNews application
1616
* Create a release for SlackerNews in the Replicated Platform
17-
* Create a ConfigValues file to pass application-specific configuration values to the installation from the command line
17+
* Create a [ConfigValues](/reference/custom-resource-configvalues) file to pass application-specific configuration values to the installation from the command line
1818
* On a VM, run the Embedded Cluster `install` command to perform a headless install of SlackerNews
1919

2020
## Set Up Your Environment
@@ -217,7 +217,7 @@ If you are using your own VM, skip these steps and continue to [Create the Confi
217217
```bash
218218
touch slackernews-configvalues.yaml
219219
```
220-
The ConfigValues file allows you to set application-specific configuration values for SlackerNews from the command line rather than through the Admin Console UI. You will transfer this file to your VM and then pass it to the installation in a later step.
220+
The [ConfigValues](/reference/custom-resource-configvalues) file allows you to set application-specific configuration values for SlackerNews from the command line rather than through the Admin Console UI. You will transfer this file to your VM and then pass it to the installation in a later step.
221221

222222
1. In `slackernews-configvalues.yaml`, add the following YAML:
223223

0 commit comments

Comments
 (0)