Skip to content

Commit

Permalink
Fix ACR and cluster resource group env var in workflow template (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
bosesuneha authored Aug 20, 2024
1 parent d4d5dba commit 45be755
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ variables:
armServiceConnection: {{ARMSERVICECONNECTION}}
azureContainerRegistry: {{AZURECONTAINERREGISTRY}}
containerName: {{CONTAINERNAME}}
acrRg: {{CLUSTERRESOURCEGROUP}}
clusterRg: {{ACRRESOURCEGROUP}}
acrRg: {{ACRRESOURCEGROUP}}
clusterRg: {{CLUSTERRESOURCEGROUP}}
clusterName: {{CLUSTERNAME}}
kustomizePath: {{KUSTOMIZEPATH}}
namespace: {{NAMESPACE}}
Expand Down

0 comments on commit 45be755

Please sign in to comment.