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 a00bcf6 commit 1e4a39f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/helm-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@ jobs:
--create-namespace \
-f ./infra/map/values.yaml \
--set map.fqdn_legacy="${{ vars.FQDN_LEGACY }}" \
--set map.fqdn="${{ vars.FQDN }}"
--set map.fqdn="${{ vars.FQDN }}"
# Rolling restart
kubectl --kubeconfig ./config --server https://${{ secrets.SSH_TARGET_IP }}:6443 -n ${{ vars.MAP_NAMESPACE }} rollout restart deploy

0 comments on commit 1e4a39f

Please sign in to comment.