Skip to content

Commit fe72fc4

Browse files
Merge pull request #226706 from JnHs/jh-arck8-fct
fix typo
2 parents b4f757c + 783194e commit fe72fc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-arc/kubernetes/tutorial-use-gitops-flux2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Tutorial: Deploy applications using GitOps with Flux v2"
33
description: "This tutorial shows how to use GitOps with Flux v2 to manage configuration and application deployment in Azure Arc and AKS clusters."
4-
ms.date: 12/19/2022
4+
ms.date: 02/08/2023
55
ms.topic: tutorial
66
ms.custom: template-tutorial, devx-track-azurecli, references_regions, ignite-2022
77
---
@@ -219,8 +219,8 @@ az k8s-configuration flux create -g flux-demo-rg \
219219
--scope cluster \
220220
-u https://github.com/Azure/gitops-flux2-kustomize-helm-mt \
221221
--branch main \
222-
--kustomization name=infra path=./infrastructure prune=true \
223-
--kustomization name=apps path=./apps/staging prune=true dependsOn=\["infra"\]
222+
--kustomization-name=infra path=./infrastructure prune=true \
223+
--kustomization-name=apps path=./apps/staging prune=true dependsOn=\["infra"\]
224224
```
225225

226226
The `microsoft.flux` extension will be installed on the cluster (if it hasn't already been installed due to a previous GitOps deployment).

0 commit comments

Comments
 (0)