Skip to content

Commit

Permalink
Fix: config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Mar 21, 2024
1 parent 7ab8f68 commit 29a8439
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,12 @@ jobs:
kubeconfig: ${{ secrets.KUBECONFIG }}

-
name: Deploy Helm chart
run: |
helm upgrade --install http-echo-release ./helm-http-echo
name: Deploy
with:
exec: helm upgrade APP_NAME ./helm-http-echo --install --wait --atomic --namespace=APP_NAMESPACE --values=./.helm-http-echo
kubeconfig: '${{ secrets.KUBECONFIG }}'
# run: |
# helm upgrade --install http-echo-release ./helm-http-echo
env:
KUBECONFIG: ${{ secrets.KUBECONFIG }}

0 comments on commit 29a8439

Please sign in to comment.