Skip to content

Commit

Permalink
Install helm on macos.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdotcosta committed Apr 17, 2024
1 parent ebcbecf commit bb1582e
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/pr-kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
run: |
brew install kind
brew install kubectl
brew install helm
- name: Deploy kind
run: |
curl -Lo ./kind/kind https://kind.sigs.k8s.io/dl/${{ matrix.kind_version }}/kind-linux-amd64
Expand Down Expand Up @@ -163,7 +164,9 @@ jobs:
podman machine init
podman machine start
podman info
brew install kind
brew install kubectl
brew install helm
- name: Deploy kind
run: |
curl -Lo ./kind/kind https://kind.sigs.k8s.io/dl/${{ matrix.kind_version }}/kind-linux-amd64
Expand Down Expand Up @@ -239,10 +242,15 @@ jobs:
kind_version: [v0.22.0]
os: [macos-13]
steps:
- name: Setup Podman
- name: Setup tools
run: |
sudo apt update
sudo apt-get -y install podman
brew install podman
podman machine init
podman machine start
podman info
brew install kind
brew install kubectl
brew install helm
- name: Checkout project
uses: actions/checkout@v3
- name: Deploy kind
Expand Down

0 comments on commit bb1582e

Please sign in to comment.