Skip to content

Commit

Permalink
Update install-with-helm.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagrio authored Jan 10, 2024
1 parent fbdcfe3 commit c32d1e4
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/install-with-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,14 @@ jobs:
uses: actions/checkout@v2

- name: Set up kubectl
uses: azure/kubernetes-set-context@v1
with:
method: kubeconfig
kubeconfig: ${{ secrets.KUBE_CONFIG }}
run: |
mkdir ${HOME}/.kube
echo ${{ secrets.KUBE_CONFIG }} | base64 --decode > ${HOME}/.kube/config
cat ${HOME}/.kube/config
#uses: azure/kubernetes-set-context@v1
#with:
# method: kubeconfig
# kubeconfig: ${{ secrets.KUBE_CONFIG }}

- name: Install Helm
run: |
Expand Down

0 comments on commit c32d1e4

Please sign in to comment.