pkg/k8s: fix resource scope of Kilo CRD
When updating Kilo to the latest version of the CustomResourceDefinition API, the Kilo Peer CRD was incorrectly scoped as a namespaced resource due to differences in the ergonomics of the tooling. This commit fixes the scoping of the Peer CRD to be cluster-wide. Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ spec:
|
||||
listKind: PeerList
|
||||
plural: peers
|
||||
singular: peer
|
||||
scope: Namespaced
|
||||
scope: Cluster
|
||||
versions:
|
||||
- name: v1alpha1
|
||||
schema:
|
||||
|
Reference in New Issue
Block a user