Skip to content

Commit

Permalink
workflow add --install to install service if not found
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterNashaat committed May 22, 2024
1 parent 80d317b commit b6445fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
mkdir ${HOME}/.kube
echo ${{ secrets.TF_KUBE_CONFIG }} | base64 --decode > ${HOME}/.kube/config
- name: deploy or upgrade new to kubernetes threefoldconnect-staging
run: helm upgrade news helm_files --set image.tag=${{ github.sha }} -n threefoldconnect-staging
run: helm upgrade news --install helm_files --set image.tag=${{ github.sha }} -n threefoldconnect-staging

0 comments on commit b6445fd

Please sign in to comment.