From bf6e0688241df1b6e2fb75d270634684ce133db5 Mon Sep 17 00:00:00 2001 From: Guilherme Cassolato Date: Wed, 13 Sep 2023 16:03:51 +0200 Subject: [PATCH] fix: docs: typo in the oauth2 token introspection user guide --- docs/user-guides/oauth2-token-introspection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guides/oauth2-token-introspection.md b/docs/user-guides/oauth2-token-introspection.md index 7f11463e..35002b58 100644 --- a/docs/user-guides/oauth2-token-introspection.md +++ b/docs/user-guides/oauth2-token-introspection.md @@ -289,7 +289,7 @@ kubectl delete authorino/authorino kubectl delete -f https://github.com/raw/kuadrant/authorino-examples/main/envoy/envoy-notls-deploy.yaml kubectl delete -f https://github.com/raw/kuadrant/authorino-examples/main/talker-api/talker-api-deploy.yaml kubectl delete namespace keycloak -kubectl delete namespace a12-server +kubectl delete namespace a12n-server ``` To uninstall the Authorino Operator and manifests (CRDs, RBAC, etc), run: