From 6e24173b8f45cf39782fa755c82815957fc0eb32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 7 Jun 2019 17:43:14 +0200 Subject: [PATCH] fix typo --- content/blog/use-qlkube-to-query-the-kubernetes-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/use-qlkube-to-query-the-kubernetes-api.md b/content/blog/use-qlkube-to-query-the-kubernetes-api.md index 8fe6270..dee9f52 100644 --- a/content/blog/use-qlkube-to-query-the-kubernetes-api.md +++ b/content/blog/use-qlkube-to-query-the-kubernetes-api.md @@ -303,7 +303,7 @@ Once your GraphQL queries refined in the GraphQL Explorer, you can send them dir ```sh export GLKUBE_HOSTNAME=$(oc get route qlkube -o go-template --template="{{.spec.host}}") -cat <