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 1805d5d commit 4bc71f2Copy full SHA for 4bc71f2
1 file changed
.github/workflows/__shared-ci.yml
@@ -27,14 +27,3 @@ jobs:
27
steps:
28
- name: Test helm charts
29
uses: hoverkraft-tech/ci-github-container/actions/helm/test-chart@a0bab9151cc074af9f6c8204ab42a48d2d570379 # 0.30.6
30
- with:
31
- helm-repositories: |
32
- bitnami https://charts.bitnami.com/bitnami
33
- jetstack https://charts.jetstack.io
34
- helm-set: |
35
- global.railsSecretKey=\$RAILS_SECRET_KEY
36
- global.signingKey=\$SIGNING_KEY
37
- cert-manager.enabled=true
38
- env:
39
- RAILS_SECRET_KEY: ${{ secrets.RAILS_SECRET_KEY }}
40
- SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
0 commit comments