Skip to content

Commit

Permalink
probes
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Nov 8, 2024
1 parent 855e926 commit a321f5a
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 @@ -55,3 +55,6 @@ jobs:
--set bookstack.aws.access_key_id="${{ secrets.ACCESS_KEY_ID }}" \
--set bookstack.aws.secret_access_key="${{ secrets.SECRET_ACCESS_KEY }}" \
--set bookstack.aws.backup_s3_url="${{ secrets.BACKUP_S3_URL }}"
# Rolling restart
kubectl --kubeconfig ./config --server https://${{ secrets.SSH_TARGET_IP }}:6443 -n ${{ vars.APP_NAMESPACE }} rollout restart statefulset

0 comments on commit a321f5a

Please sign in to comment.