Skip to content

Commit 15cd3eb

Browse files
committed
fix error
1 parent 1893c3a commit 15cd3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-arc/kubernetes/conceptual-gitops-flux2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The following information describes some of the parameters and arguments availab
124124
| Parameter | Format | Notes |
125125
| ------------- | ------------- | ------------- |
126126
| `--cluster-name` `-c` | String | Name of the cluster resource in Azure. |
127-
| `--cluster-type` `-t` | `connectedClusters`, `managedClusters` | Use `connectedClusters` for Azure Arc-enabled Kubernetes clusters, `managedClusters` for AKS clusters, or `provisionedClusters` for [AKS hybrid clusters provisioned from Azure](extensions.md#aks-hybrid-clusters-provisioned-from-azure-preview) (installing extensions on these clusters is currently in preview). |
127+
| `--cluster-type` `-t` | Allowed values: `connectedClusters`, `managedClusters`, `provisionedClusters` | Use `connectedClusters` for Azure Arc-enabled Kubernetes clusters, `managedClusters` for AKS clusters, or `provisionedClusters` for [AKS hybrid clusters provisioned from Azure](extensions.md#aks-hybrid-clusters-provisioned-from-azure-preview) (installing extensions on these clusters is currently in preview). |
128128
| `--resource-group` `-g` | String | Name of the Azure resource group that holds the cluster resource. |
129129
| `--name` `-n`| String | Name of the Flux configuration in Azure. |
130130
| `--namespace` `--ns` | String | Name of the namespace to deploy the configuration. Default: `default`. |

0 commit comments

Comments
 (0)