File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -728,10 +728,10 @@ PULL_SECRET=$(cat pull-secret.txt) # the pull secret text
728
728
### Define the following parameters as environment variables - Azure CLI
729
729
730
730
``` azurecli-interactive
731
- RESOURCEGROUP=aro-rg # the new resource group for the cluster
732
- LOCATION=eastus # the location of the new cluster
733
- DOMAIN=mydomain # the domain prefix for the cluster
734
- CLUSTER =aro-cluster # the name of the cluster
731
+ RESOURCEGROUP=aro-rg # the new resource group for the cluster
732
+ LOCATION=eastus # the location of the new cluster
733
+ DOMAIN=mydomain # the domain prefix for the cluster
734
+ ARO_CLUSTER_NAME =aro-cluster # the name of the cluster
735
735
```
736
736
737
737
### Register the required resource providers - Azure CLI
You can’t perform that action at this time.
0 commit comments