Skip to content

Commit

Permalink
fix and another try
Browse files Browse the repository at this point in the history
  • Loading branch information
haitch committed Jul 24, 2024
1 parent 76d0dc4 commit 63963b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy-lts-prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
subscriptionId: ${{ vars.AZURE_SUBSCRIPTION_ID }}
resourceGroupName: ${{ vars.AZURE_RG }}
template: ./config/prow/cluster/prow-cluster.bicep
parameters: |
aks_cluster_region=westus2
aks_cluster_admins=${{ secrets.PROW_ADMINS }}
parameters: aks_cluster_region=westus2 aks_cluster_admins=${{ secrets.PROW_ADMINS }}
failOnStdErr: false

- name: Fetch config
Expand Down

0 comments on commit 63963b5

Please sign in to comment.