From 72ea0d0613cd0dac1148887e64826b4a6305e6dd Mon Sep 17 00:00:00 2001 From: GuillermoMM Date: Fri, 20 Mar 2026 10:16:24 +0100 Subject: [PATCH] Update apiVersion and kind in nsx-plugin-instance.yaml apiversion and kind is wrong for the nsx-plugin-instance.yaml ; Tested in EDA 25.12.3 --- docs/connect/resources/nsx-plugin-instance.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/connect/resources/nsx-plugin-instance.yaml b/docs/connect/resources/nsx-plugin-instance.yaml index 021b215..37a83b9 100644 --- a/docs/connect/resources/nsx-plugin-instance.yaml +++ b/docs/connect/resources/nsx-plugin-instance.yaml @@ -1,5 +1,5 @@ -apiVersion: vmware.eda.nokia.com/v1 -kind: NsxPluginInstance +apiVersion: nsx.eda.nokia.com/v1 +kind: NSXPluginInstance metadata: name: my-nsx-plugin-instance # A unique name for the plugin resource (can be the same as the spec.name, or different) namespace: eda-system # The system namespace.