From 80c8cb31563f9e924b8f622985537ecbf127e5fb Mon Sep 17 00:00:00 2001 From: ckothapalli <44450388+ckothapalli@users.noreply.github.com> Date: Mon, 18 Aug 2025 15:39:57 -0700 Subject: [PATCH] Create my-resource-instance.yaml --- my-resource-instance.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 my-resource-instance.yaml diff --git a/my-resource-instance.yaml b/my-resource-instance.yaml new file mode 100644 index 0000000000..bc1abcb381 --- /dev/null +++ b/my-resource-instance.yaml @@ -0,0 +1,6 @@ +apiVersion: com.amrut.prabhu/v1 +kind: my-crd +metadata: + name: my-custom-resource-instance +spec: + my-own-property: 'My first CRD instance'