vpn client + api: add feature to approve one device from another
diff --git a/charts/nebula/crds/nebula-node.yaml b/charts/nebula/crds/nebula-node.yaml
index d59963f..ddb79de 100644
--- a/charts/nebula/crds/nebula-node.yaml
+++ b/charts/nebula/crds/nebula-node.yaml
@@ -34,6 +34,8 @@
                   type: string
                 pubKey:
                   type: string
+                encPubKey:
+                  type: string
                 secretName:
                   type: string
             status:
diff --git a/charts/nebula/crds/nebula.crds.yaml b/charts/nebula/crds/nebula.crds.yaml
deleted file mode 100644
index f6b8411..0000000
--- a/charts/nebula/crds/nebula.crds.yaml
+++ /dev/null
@@ -1,37 +0,0 @@
-apiVersion: apiextensions.k8s.io/v1
-kind: CustomResourceDefinition
-metadata:
-  name: nebulacas.lekva.me
-spec:
-  group: lekva.me
-  scope: Namespaced
-  names:
-    kind: NebulaCA
-    listKind: NebulaCAList
-    plural: nebulacas
-    singular: nebulaca
-    shortNames:
-      - nca
-      - ncas
-  versions:
-    - name: v1
-      served: true
-      storage: true
-      subresources:
-        status: {}
-      schema:
-        openAPIV3Schema:
-          type: object
-          properties:
-            spec:
-              type: object
-              properties:
-                secretName:
-                  type: string
-            status:
-              type: object
-              properties:
-                state:
-                  type: string
-                message:
-                  type: string