Skip to content

Commit

Permalink
Update values.yaml.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Sep 16, 2024
1 parent c69f901 commit 99c456b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-aks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
K8S_NAMESPACE: ${{ vars.K8S_NAMESPACE }}

- name: Connect to AKS
run: az aks get-credentials --resource-group ${{ secrets.AZURE_RESOURCE_GROUP }} --name ${{ secrets.AZURE_KUBERNETES_CLUSTER }}
run: az aks get-credentials --resource-group ${{ vars.AZURE_RESOURCE_GROUP }} --name ${{ vars.AZURE_KUBERNETES_CLUSTER }}

- name: Deploy to AKS
run: |
Expand Down
2 changes: 1 addition & 1 deletion basehub/values.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jupyterhub:
singleuser:
image:
name: ghcr.io/aiidalab/qe
tag: pr-781
tag: pr-795
pullPolicy: Always
cmd:
- start-singleuser.sh
Expand Down

0 comments on commit 99c456b

Please sign in to comment.