Skip to content

Commit 02be5d7

Browse files
authored
docs: Remove redundant CRS enable env var (#1274)
**What problem does this PR solve?**: This is now GA and so the env var is not required. **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 470a808 commit 02be5d7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/content/getting-started/deployment/via-clusterctl.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ configuration values blank as we will specify these when creating clusters:
2222
```shell
2323
env CLUSTER_TOPOLOGY=true \
2424
EXP_RUNTIME_SDK=true \
25-
EXP_CLUSTER_RESOURCE_SET=true \
2625
NUTANIX_ENDPOINT= NUTANIX_PASSWORD= NUTANIX_USER= \
2726
AWS_B64ENCODED_CREDENTIALS= \
2827
clusterctl init \

docs/content/getting-started/deployment/via-helm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ providers to our management cluster via `clusterctl`:
1010
```shell
1111
env CLUSTER_TOPOLOGY=true \
1212
EXP_RUNTIME_SDK=true \
13-
EXP_CLUSTER_RESOURCE_SET=true \
1413
NUTANIX_ENDPOINT= NUTANIX_PASSWORD= NUTANIX_USER= \
1514
AWS_B64ENCODED_CREDENTIALS= \
1615
clusterctl init \

0 commit comments

Comments
 (0)