Skip to content

Commit

Permalink
update deployments to use latest major releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Battlestad committed Sep 19, 2023
1 parent 994ba4b commit 81f0b11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,6 @@ jobs:
cluster: aks-api-fint-2022-02-08
- org: vlfk-no
cluster: aks-beta-fint-2021-11-23
- org: vlfk-no
cluster: aks-alpha-fint-2021-11-18

- org: trondelagfylke-no
cluster: aks-api-fint-2022-02-08
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/MD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ jobs:
- name: Set the target cluster
uses: azure/aks-set-context@v3
with:
cluster-name: '${{ matrix.cluster }}'
resource-group: '${{ steps.resource-group.outputs.result }}'
cluster-name: ${{ env.CLUSTER_NAME }}
resource-group: ${{ steps.rg.outputs.result }}
admin: 'true'
use-kubelogin: 'true'

Expand Down

0 comments on commit 81f0b11

Please sign in to comment.