From 3fce50b2d37d192cca7db4baa36ab63315e9cc16 Mon Sep 17 00:00:00 2001 From: shuting Date: Tue, 21 May 2019 13:40:17 -0700 Subject: [PATCH 1/2] change project name in compile-image script to kyverno --- scripts/compile-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compile-image.sh b/scripts/compile-image.sh index f9a5b835ab..9fd28f1bf0 100755 --- a/scripts/compile-image.sh +++ b/scripts/compile-image.sh @@ -10,7 +10,7 @@ then fi hub_user_name="nirmata" -project_name="kube-policy" +project_name="kyverno" echo "# Ensuring Go dependencies..." dep ensure || exit 2 From a61a7c9c31a00fc589f11672aebaea0b6ddc3d54 Mon Sep 17 00:00:00 2001 From: shuting Date: Tue, 21 May 2019 14:37:54 -0700 Subject: [PATCH 2/2] update install.yaml for generate --- definitions/install.yaml | 57 +++++++++++++++++++--------------------- 1 file changed, 27 insertions(+), 30 deletions(-) diff --git a/definitions/install.yaml b/definitions/install.yaml index 5884555bbc..f23e12fad3 100644 --- a/definitions/install.yaml +++ b/definitions/install.yaml @@ -29,14 +29,14 @@ spec: required: - name - resource - parameters: + properties: name: type: string resource: type: object required: - kind - parameters: + properties: kind: type: string enum: @@ -115,36 +115,33 @@ spec: pattern: AnyValue: {} generate: - type: array - items: - type: object - required: - - kind - - name - - copyFrom - properties: - kind: - type: string - name: - type: string - copyFrom: - type: object - required: - - namespace - - name - properties: - namespace: - type: string - name: - type: string - data: - type: object - additionalProperties: + type: object + required: + - kind + - name + properties: + kind: + type: string + name: + type: string + copyFrom: + type: object + required: + - namespace + - name + properties: + namespace: type: string - labels: - type: object - additionalProperties: + name: type: string + data: + type: object + additionalProperties: + type: string + labels: + type: object + additionalProperties: + type: string --- apiVersion: v1 kind: Service