Skip to content

Commit

Permalink
Fix helm installation smoke test (#130)
Browse files Browse the repository at this point in the history
Surprisingly helm needs running kubernetes cluster
  • Loading branch information
ytsarev authored May 20, 2020
1 parent 24faa20 commit 54df1a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
source-charts-folder: 'chart'
destination-repo: absaoss/ohmyglb
destination-branch: gh-pages
- name: Create single node k8s Kind Cluster
uses: helm/[email protected]
with:
cluster_name: test-gslb1
config: deploy/kind/cluster-terratest.yaml
- name: Smoke test helm installation
run: |
helm repo add ohmyglb https://absaoss.github.io/ohmyglb/
Expand Down

0 comments on commit 54df1a5

Please sign in to comment.