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 <