We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6cd511 commit 9a099beCopy full SHA for 9a099be
.github/workflows/test-pr.yml
@@ -32,20 +32,11 @@ jobs:
32
run: helm template ci-test .
33
working-directory: chart
34
35
- - name: Build all web app images
36
- run: ./build.sh
37
- working-directory: web-apps
38
-
39
- name: Create Kind Cluster
40
uses: helm/kind-action@v1
41
with:
42
cluster_name: ${{ env.CLUSTER_NAME }}
43
44
- - name: Load local docker images into kind cluster
45
- run: |
46
- IMAGE_NAMES=$(docker image ls | grep ghcr.io/stackhpc/azimuth-llm- | awk '{print $1}')
47
- kind load docker-image $IMAGE_NAMES -n ${{ env.CLUSTER_NAME }}
48
49
- name: Add Helm repos for dependencies
50
run: |
51
helm repo add stakater https://stakater.github.io/stakater-charts
0 commit comments