Skip to content

Commit 17eb5e3

Browse files
authored
docs: Fix missing placeholder in "create nutanix cluster" doc (#609)
**What problem does this PR solve?**: **Which issue(s) this PR fixes**: Fixes # **How Has This Been Tested?**: <!-- Please describe the tests that you ran to verify your changes. Provide output from the tests and any manual steps needed to replicate the tests. --> **Special notes for your reviewer**: <!-- Use this to provide any additional information to the reviewers. This may include: - Best way to review the PR. - Where the author wants the most review attention on. - etc. -->
1 parent 8b87ae8 commit 17eb5e3

File tree

1 file changed

+1
-1
lines changed
  • docs/content/getting-started/create-cluster

1 file changed

+1
-1
lines changed

docs/content/getting-started/create-cluster/nutanix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export CONTROL_PLANE_ENDPOINT_IP=<value> \
3535
NUTANIX_PRISM_ELEMENT_CLUSTER_NAME=<value> \
3636
NUTANIX_STORAGE_CONTAINER_NAME=<value> \
3737
NUTANIX_SUBNET_NAME=<value> \
38-
NUTANIX_USER
38+
NUTANIX_USER=<value>
3939
```
4040

4141
And create your cluster:

0 commit comments

Comments
 (0)