From bbf30a9ec0a20f04a7de3d8fbc0d7128100cc84e Mon Sep 17 00:00:00 2001 From: shivkumar dudhani Date: Mon, 19 Aug 2019 11:54:25 -0700 Subject: [PATCH] update crd --- definitions/install.yaml | 6 ++++-- definitions/install_debug.yaml | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/definitions/install.yaml b/definitions/install.yaml index a0829c6f16..72112a508d 100644 --- a/definitions/install.yaml +++ b/definitions/install.yaml @@ -94,8 +94,10 @@ spec: type: string name: type: string - namespace: - type: string + namespaces: + type: array + items: + type: string selector: properties: matchLabels: diff --git a/definitions/install_debug.yaml b/definitions/install_debug.yaml index 3111562f22..7a7cb7c95d 100644 --- a/definitions/install_debug.yaml +++ b/definitions/install_debug.yaml @@ -94,8 +94,10 @@ spec: type: string name: type: string - namespace: - type: string + namespaces: + type: array + items: + type: string selector: properties: matchLabels: