From 435155e80351c8f66d7fb9c3068dd54d5f2d6f9f Mon Sep 17 00:00:00 2001 From: Ante Javor Date: Mon, 29 Jul 2024 13:36:24 +0200 Subject: [PATCH] Verify check --- .github/workflows/lint-test-memgraph.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/lint-test-memgraph.yml b/.github/workflows/lint-test-memgraph.yml index 2254fb4..4307d14 100644 --- a/.github/workflows/lint-test-memgraph.yml +++ b/.github/workflows/lint-test-memgraph.yml @@ -57,6 +57,14 @@ jobs: --from-literal=MEMGRAPH_USER=memgraph \ --from-literal=MEMGRAPH_PASSWORD=memgraph + - name: Verify Kubernetes secrets + if: steps.list-changed.outputs.changed == 'true' + run: kubectl get secrets + + - name: Display kubectl context + if: steps.list-changed.outputs.changed == 'true' + run: kubectl config current-context + - name: Run chart-testing (install) if: steps.list-changed.outputs.changed == 'true' run: ct install --target-branch ${{ github.event.repository.default_branch }} --helm-extra-args "--set secrets.enabled=true" --excluded-charts memgraph-high-availability, memgraph-lab