From ce3d565d69383877f2d7375ae8740e0a4034ccc1 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Wed, 6 Feb 2019 13:25:17 +0000 Subject: [PATCH] Use forked version of controller-tools Signed-off-by: James Munnelly --- WORKSPACE | 4 +++- deploy/manifests/00-crds.yaml | 4 ++-- deploy/manifests/cert-manager-no-webhook.yaml | 4 ++-- deploy/manifests/cert-manager.yaml | 4 ++-- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index ababf18a6..977d7559a 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -312,7 +312,9 @@ npm_install( # Load the controller-tools repository in order to build the crd generator tool go_repository( name = "io_kubernetes_sigs_controller-tools", - commit = "94656be085bdbd48c49be0a41c91e4fc5ea5b1ee", + commit = "f4d9479179e084fc66c814ce0201eec3898e1b00", + remote = "https://github.com/munnerz/controller-tools", + vcs = "git", importpath = "sigs.k8s.io/controller-tools", ) diff --git a/deploy/manifests/00-crds.yaml b/deploy/manifests/00-crds.yaml index 7e84dccb4..87980d32a 100644 --- a/deploy/manifests/00-crds.yaml +++ b/deploy/manifests/00-crds.yaml @@ -86,7 +86,7 @@ spec: type: array duration: description: Certificate default Duration - type: object + type: string ipAddresses: description: IPAddresses is a list of IP addresses to be used on the Certificate @@ -134,7 +134,7 @@ spec: type: array renewBefore: description: Certificate renew before expiration duration - type: object + type: string secretName: description: SecretName is the name of the secret resource to store this secret in diff --git a/deploy/manifests/cert-manager-no-webhook.yaml b/deploy/manifests/cert-manager-no-webhook.yaml index 7c2432ae8..fe02b8dc8 100644 --- a/deploy/manifests/cert-manager-no-webhook.yaml +++ b/deploy/manifests/cert-manager-no-webhook.yaml @@ -86,7 +86,7 @@ spec: type: array duration: description: Certificate default Duration - type: object + type: string ipAddresses: description: IPAddresses is a list of IP addresses to be used on the Certificate @@ -134,7 +134,7 @@ spec: type: array renewBefore: description: Certificate renew before expiration duration - type: object + type: string secretName: description: SecretName is the name of the secret resource to store this secret in diff --git a/deploy/manifests/cert-manager.yaml b/deploy/manifests/cert-manager.yaml index 4720b3973..f999f59bc 100644 --- a/deploy/manifests/cert-manager.yaml +++ b/deploy/manifests/cert-manager.yaml @@ -86,7 +86,7 @@ spec: type: array duration: description: Certificate default Duration - type: object + type: string ipAddresses: description: IPAddresses is a list of IP addresses to be used on the Certificate @@ -134,7 +134,7 @@ spec: type: array renewBefore: description: Certificate renew before expiration duration - type: object + type: string secretName: description: SecretName is the name of the secret resource to store this secret in