Skip to content

Commit

Permalink
add helm test workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sally O'Malley <[email protected]>
  • Loading branch information
sallyom committed Oct 6, 2023
1 parent bfe21a7 commit 9336881
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,10 @@ jobs:

- name: Run chart-testing (install)
run: ct install --helm-extra-args "--wait --wait-for-jobs" --config ct-install.yaml

- name: Helm test (install)
run: |
OPENSHIFT_APPS_SUBDOMAIN=localhost envsubst < ./charts/trusted-artifact-signer/ci/ci-values.yaml | helm upgrade -i trusted-artifact-signer --debug ./charts/trusted-artifact-signer --wait --wait-for-jobs -n trusted-artifact-signer --create-namespace --values -
helm test -n trusted-artifact-signer trusted-artifact-signer
# tests are in charts/trusted-artifact-signer/templates/tests

0 comments on commit 9336881

Please sign in to comment.