From 8caa1ad27e7df4bbbe8167665f89539f8f380a49 Mon Sep 17 00:00:00 2001 From: Simon Dittlmann <131621+Pindar@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:21:19 +0200 Subject: [PATCH] Update quick_start.yaml Remove quotation marks from the port value to make it a uint type Signed-off-by: Simon Dittlmann <131621+Pindar@users.noreply.github.com> --- examples/istio/quick_start.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/istio/quick_start.yaml b/examples/istio/quick_start.yaml index 99ca34787..a5cdfceaf 100644 --- a/examples/istio/quick_start.yaml +++ b/examples/istio/quick_start.yaml @@ -6,7 +6,7 @@ # - name: opa-ext-authz-grpc # envoyExtAuthzGrpc: # service: opa-ext-authz-grpc.local -# port: "9191" +# port: 9191 # # END # defaultConfig: # discoveryAddress: istiod.istio-system.svc:15012