Skip to content

Commit

Permalink
Debug install pre-requisits
Browse files Browse the repository at this point in the history
  • Loading branch information
ManInWeb3 authored and heyjustarooni committed Sep 14, 2022
1 parent f50de36 commit 6923ef8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ jobs:
uses: helm/kind-action@v1.3.0
if: steps.list-changed.outputs.changed == 'true'

- name: Install pre-requisits into the cluster
run: helm install external-secrets

- name: Run chart-testing (install)
run: ct install --config ct.yaml
4 changes: 2 additions & 2 deletions ct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ remote: origin
target-branch: master
chart-dirs:
- charts
# chart-repos:
# - external-secrets=https://charts.external-secrets.io
chart-repos:
- external-secrets=https://charts.external-secrets.io
helm-extra-args: --timeout 600s

0 comments on commit 6923ef8

Please sign in to comment.