From fc446a051f5c7567bc424d95374f7e3d563af0d7 Mon Sep 17 00:00:00 2001 From: Bence Csati <113284287+csatib02@users.noreply.github.com> Date: Thu, 16 May 2024 11:19:05 +0200 Subject: [PATCH] Update kind.yaml Signed-off-by: Bence Csati --- test/kind.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kind.yaml b/test/kind.yaml index b45e0684..7993e95c 100644 --- a/test/kind.yaml +++ b/test/kind.yaml @@ -40,4 +40,4 @@ kubectl apply -f pod.yml JWT=$(kubectl exec -it nginx -- cat /var/run/secrets/tokens/vault-token) curl http://127.0.0.1:8200/v1/auth/jwt/login \ - --data "{\"jwt\": \"$JWT\", \"role\": \"demo\"}" | jq \ No newline at end of file + --data "{\"jwt\": \"$JWT\", \"role\": \"demo\"}" | jq