Skip to content
Snippets Groups Projects
Commit ef164648 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix helm config

parent 3efa020b
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,8 @@ jobs:
- uses: actions/checkout@v3
- name: 'Deploy'
run: |
echo "${{ secrets.KUBECONFIG }}" > ~/.kube/config
export KUBECONFIG="~/.kube_config"
echo "${{ secrets.KUBECONFIG }}" > ~/.kube_config
helm status ${{ inputs.IMAGE_TAG }}
helm_status=$(echo $?)
......@@ -31,4 +32,4 @@ jobs:
echo helm upgrade ${{ inputs.IMAGE_TAG }} .helm/siibra-explorer/
fi
rm ~/.kube/config
rm ~/.kube_config
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment