Skip to content

Commit 5b39ba4

Browse files
author
Vincent Illiano
committed
docs: fix formatting (PSKD-1488)
Signed-off-by: Vincent Illiano <[email protected]>
1 parent 42d293f commit 5b39ba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/CONFIG-VARS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ subnet_names = {
194194
Ubuntu 20.04 LTS is the operating system used on the Jump/NFS servers. Ubuntu creates the `/mnt` location as an ephemeral drive that cannot be used as the root location of the `jump_rwx_filestore_path` variable.
195195

196196
| Name | Description | Type | Default | Notes |
197-
| :--- | ---: |---:| ---: | ---: |
197+
| :--- | ---: | ---: | ---: | ---: |
198198
| partner_id | A GUID that is registered with Microsoft to facilitate partner resource usage attribution | string | "5d27f3ae-e49c-4dea-9aa3-b44e4750cd8c" | Defaults to SAS partner GUID. When you deploy this Terraform configuration, Microsoft can identify the installation of SAS software with the deployed Azure resources. Microsoft can then correlate the resources that are used to support the software. Microsoft collects this information to provide the best experiences with their products and to operate their business. The data is collected and governed by Microsoft's privacy policies, located at https://www.microsoft.com/trustcenter. |
199199
| create_static_kubeconfig | Allows the user to create a provider / service account-based kubeconfig file | bool | true | A value of `false` will default to using the cloud provider's mechanism for generating the kubeconfig file. A value of `true` will create a static kubeconfig that uses a `Service Account` and `Cluster Role Binding` to provide credentials. |
200200
| kubernetes_version | The AKS cluster Kubernetes version | string | "1.30" | Use of specific versions is still supported. If you need exact kubernetes version please use format `x.y.z`, where `x` is the major version, `y` is the minor version, and `z` is the patch version |
@@ -233,7 +233,7 @@ Ubuntu 20.04 LTS is the operating system used on the Jump/NFS servers. Ubuntu cr
233233
Additional node pools can be created separate from the default node pool. This is done with the `node_pools` variable, which is a map of objects. Irrespective of the default values, the following variables are required for each node pool unless marked optional:
234234

235235
| Name | Description | Type | Notes |
236-
| :--- | ---: | ---: |---:|
236+
| :--- | ---: | ---: | ---: |
237237
| machine_type | Type of the node pool VMs | string | |
238238
| os_disk_size | Disk size for node pool VMs in GB | number | |
239239
| min_nodes | Minimum number of nodes for the node pool | number | Value must be between 0 and 100. Setting min and max node counts to the same value disables autoscaling |

0 commit comments

Comments
 (0)