Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
emosbaugh committed May 23, 2024
1 parent f5702f0 commit caa510d
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/test-helm-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
kubernetes-distribution: kind
timeout-minutes: 5

- name: test helm-install
id: helm-install
- name: test helm-install / registry login
id: helm-install-registry-login
uses: ./helm-install
with:
kubeconfig: ${{ steps.create-cluster.outputs.cluster-kubeconfig }}
Expand All @@ -71,7 +71,19 @@ jobs:
registry-password: ${{ steps.create-customer.outputs.license-id }}
chart: oci://registry.replicated.com/${{ env.APP_SLUG }}/release__${{ steps.create-release.outputs.release-sequence }}/wordpress
name: wordpress
namespace: default
namespace: registry-login
run-preflights: false

- name: test helm-install / no registry login
id: helm-install-no-registry-login
uses: ./helm-install
with:
kubeconfig: ${{ steps.create-cluster.outputs.cluster-kubeconfig }}
helm-path: helm
chart: oci://registry-1.docker.io/bitnamicharts/wordpress
version: ${{ env.WORDPRESS_CHART_VERSION }}
name: wordpress
namespace: no-registry-login
run-preflights: false

- name: remove cluster
Expand Down

0 comments on commit caa510d

Please sign in to comment.