Skip to content

Commit

Permalink
Update CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
antejavor committed Aug 13, 2024
1 parent cdf5e4b commit 063fb83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test-memgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 063fb83

Please sign in to comment.