From 063fb8375fa47c15b5b90f6dcedd9077f58d8254 Mon Sep 17 00:00:00 2001 From: Ante Javor Date: Tue, 13 Aug 2024 12:26:26 +0200 Subject: [PATCH] Update CI. --- .github/workflows/lint-test-memgraph.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-test-memgraph.yml b/.github/workflows/lint-test-memgraph.yml index ad5b453..42d14cb 100644 --- a/.github/workflows/lint-test-memgraph.yml +++ b/.github/workflows/lint-test-memgraph.yml @@ -54,8 +54,8 @@ jobs: if: steps.list-changed.outputs.changed == 'true' run: | kubectl create secret generic memgraph-secrets \ - --from-literal=MEMGRAPH_USER=memgraph \ - --from-literal=MEMGRAPH_PASSWORD=memgraph \ + --from-literal=USER=memgraph \ + --from-literal=PASSWORD=memgraph \ --namespace default - name: Verify Kubernetes secrets