Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Sep 18, 2024
1 parent 90e0634 commit 7af03cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/helm-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ jobs:
-f ./infra/admin-map/values.yaml \
--set adminmap.fqdn.legacy="${{ vars.ADMIN_FQDN_LEGACY }}" \
--set adminmap.fqdn="${{ vars.ADMIN_FQDN }}"
# Rolling restart
kubectl --kubeconfig ./config --server https://${{ secrets.SSH_TARGET_IP }}:6443 -n ${{ vars.APP_NAMESPACE }} rollout restart deploy

0 comments on commit 7af03cc

Please sign in to comment.