Skip to content

Commit bcfe744

Browse files
Merge pull request #244547 from kaizentm/eedorenko/gitops-tutorial-fix
arc repo name
2 parents 3cfc322 + e719057 commit bcfe744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/kubernetes/tutorial-gitops-flux2-ci-cd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ For the details on installation, refer to the [GitOps Connector](https://github.
247247
| -------- | ----- |
248248
| AZ_ACR_NAME | (your Azure Container Registry instance, for example. azurearctest.azurecr.io) |
249249
| AZURE_SUBSCRIPTION | (your Azure Service Connection, which should be **arc-demo-acr** from earlier in the tutorial) |
250-
| AZURE_VOTE_IMAGE_REPO | The full path to the Azure Vote App repository, for example azurearctest.azurecr.io/azvote |
250+
| AZ_ACR_NAME | Azure ACR name, for example arc-demo-acr |
251251
| ENVIRONMENT_NAME | Dev |
252252
| MANIFESTS_BRANCH | `master` |
253253
| MANIFESTS_REPO | `arc-cicd-demo-gitops` |
@@ -527,7 +527,7 @@ For the details on installation, refer to the [GitOps Connector](https://github.
527527
| Secret | Value |
528528
| -------- | ----- |
529529
| AZURE_CREDENTIALS | Credentials for Azure in the following format {"clientId":"GUID","clientSecret":"GUID","subscriptionId":"GUID","tenantId":"GUID"} |
530-
| AZURE_VOTE_IMAGE_REPO | The full path to the Azure Vote App repository, for example azurearctest.azurecr.io/azvote |
530+
| AZ_ACR_NAME | Azure ACR name, for example arc-demo-acr |
531531
| MANIFESTS_BRANCH | `master` |
532532
| MANIFESTS_FOLDER | `arc-cicd-cluster` |
533533
| MANIFESTS_REPO | `https://github.com/your-organization/arc-cicd-demo-gitops` |

0 commit comments

Comments
 (0)