Skip to content

Commit

Permalink
Merge pull request #576 from rstudio/add-sealed-secrets-for-install-t…
Browse files Browse the repository at this point in the history
…ests

Add the sealed secrets helm chart to the kind cluster for install testing
  • Loading branch information
jforest authored Oct 9, 2024
2 parents def8239 + 58aad84 commit 50f2a96
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/chart-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ jobs:
uses: helm/[email protected]
if: ${{ steps.list-changed.outputs.changed == 'true' || github.ref == 'refs/heads/main' }}

- name: Install SealedSecrets Helm Chart
if: ${{ steps.list-changed.outputs.changed == 'true' || github.ref == 'refs/heads/main' }}
run: |
helm repo add sealed-secrets https://bitnami-labs.github.io/sealed-secrets
helm install sealed-secrets sealed-secrets/sealed-secrets
# no allow-failure until https://github.com/actions/toolkit/issues/399
- name: Run chart-testing (install changed)
id: ct-install
Expand Down

0 comments on commit 50f2a96

Please sign in to comment.