From 6923ef8d6f3e417c2d0ca1ae41590597814c50ef Mon Sep 17 00:00:00 2001 From: vlad-she <16667906+vlad-she@users.noreply.github.com> Date: Wed, 14 Sep 2022 07:37:59 +1200 Subject: [PATCH] Debug install pre-requisits --- .github/workflows/lint-test.yaml | 3 +++ ct.yaml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 7b1d60c..e01ca62 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -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 diff --git a/ct.yaml b/ct.yaml index d806756..56261d7 100644 --- a/ct.yaml +++ b/ct.yaml @@ -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