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: