mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-09 05:06:38 +10:00
Use forked version of controller-tools
Signed-off-by: James Munnelly <james@munnelly.eu>
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user