From 61cf3fba818fb8857cc445f58c3050331eb9aaa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Fri, 23 Sep 2022 21:41:13 +0200 Subject: [PATCH] Update ApiServerSource apiVersion in example (#5241) --- docs/eventing/troubleshooting/example.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/troubleshooting/example.yaml b/docs/eventing/troubleshooting/example.yaml index c972210cc..4b14d35d3 100644 --- a/docs/eventing/troubleshooting/example.yaml +++ b/docs/eventing/troubleshooting/example.yaml @@ -11,7 +11,7 @@ metadata: # The event source. -apiVersion: sources.knative.dev/v1alpha1 +apiVersion: sources.knative.dev/v1 kind: ApiServerSource metadata: name: src