nebula management web interface
diff --git a/core/nebula/crds/nebula.crds.yaml b/core/nebula/crds/nebula.crds.yaml
index d75cac0..c8de194 100644
--- a/core/nebula/crds/nebula.crds.yaml
+++ b/core/nebula/crds/nebula.crds.yaml
@@ -26,8 +26,6 @@
             spec:
               type: object
               properties:
-                caName:
-                  type: string
                 secretName:
                   type: string
             status:
@@ -68,10 +66,12 @@
               properties:
                 caName:
                   type: string
-                nodeName:
+                caNamespace:
                   type: string
                 ipCidr:
                   type: string
+                pubKey:
+                  type: string
                 secretName:
                   type: string
             status:
diff --git a/core/nebula/crds/test-ca.yaml b/core/nebula/crds/test-ca.yaml
deleted file mode 100644
index 19dcdab..0000000
--- a/core/nebula/crds/test-ca.yaml
+++ /dev/null
@@ -1,8 +0,0 @@
-apiVersion: lekva.me/v1
-kind: NebulaCA
-metadata:
-  name: test
-  namespace: test-nebula
-spec:
-  caName: lekva-pcloud
-  secretName: lekva-pcloud-ca
diff --git a/core/nebula/crds/test-node.yaml b/core/nebula/crds/test-node.yaml
deleted file mode 100644
index bcabecf..0000000
--- a/core/nebula/crds/test-node.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-apiVersion: lekva.me/v1
-kind: NebulaNode
-metadata:
-  name: test-host
-  namespace: test-nebula
-spec:
-  caName: lekva-pcloud
-  nodeName: lighthouse
-  ipCidr: "111.0.0.1/24"
-  secretName: node-lighthouse