From 0c2dd0120a747482ddd56a1e56d50a55ebf7142c Mon Sep 17 00:00:00 2001 From: shivkumar dudhani Date: Thu, 22 Aug 2019 14:22:23 -0700 Subject: [PATCH] correct install.yaml --- definitions/install.yaml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/definitions/install.yaml b/definitions/install.yaml index 9c36140e3f..f94fe5c614 100644 --- a/definitions/install.yaml +++ b/definitions/install.yaml @@ -215,14 +215,21 @@ spec: type: string namespace: type: string - rules: - type: array - items: - type: object - required: - - name - - type - - message + rules: + type: array + items: + type: object + required: + - name + - type + - message + properties: + name: + type: string + type: + type: string + message: + type: string --- kind: Namespace apiVersion: v1