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 4a3ba54 commit d54fe17
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/install-with-helm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,6 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Set up kubectl
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: |
curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
Expand Down

0 comments on commit d54fe17

Please sign in to comment.