From 303a47e848bf853a60de3756fe0eb447ef1671a5 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Wed, 16 Jan 2019 19:11:44 +0000 Subject: [PATCH] Remove DNS Names & CN from cert printer columns Signed-off-by: James Munnelly --- deploy/manifests/00-crds.yaml | 14 ++------------ deploy/manifests/cert-manager.yaml | 14 ++------------ 2 files changed, 4 insertions(+), 24 deletions(-) diff --git a/deploy/manifests/00-crds.yaml b/deploy/manifests/00-crds.yaml index bd2055737..048c403da 100644 --- a/deploy/manifests/00-crds.yaml +++ b/deploy/manifests/00-crds.yaml @@ -16,22 +16,10 @@ spec: name: Issuer type: string priority: 1 - - JSONPath: .spec.commonName - name: Common Name - type: string - priority: 1 - - JSONPath: .spec.dnsNames - name: DNS Names - type: string - priority: 1 - JSONPath: .status.conditions[?(@.type=="Ready")].message name: Status type: string priority: 1 - - JSONPath: .status.lastFailureTime - name: Last Failure - type: date - priority: 1 - JSONPath: .metadata.creationTimestamp description: |- CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. @@ -97,9 +85,11 @@ spec: - JSONPath: .spec.issuerRef.name name: Issuer type: string + priority: 1 - JSONPath: .status.reason name: Reason type: string + priority: 1 - JSONPath: .metadata.creationTimestamp description: |- CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. diff --git a/deploy/manifests/cert-manager.yaml b/deploy/manifests/cert-manager.yaml index 6864052fa..8f7722325 100644 --- a/deploy/manifests/cert-manager.yaml +++ b/deploy/manifests/cert-manager.yaml @@ -16,22 +16,10 @@ spec: name: Issuer type: string priority: 1 - - JSONPath: .spec.commonName - name: Common Name - type: string - priority: 1 - - JSONPath: .spec.dnsNames - name: DNS Names - type: string - priority: 1 - JSONPath: .status.conditions[?(@.type=="Ready")].message name: Status type: string priority: 1 - - JSONPath: .status.lastFailureTime - name: Last Failure - type: date - priority: 1 - JSONPath: .metadata.creationTimestamp description: |- CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC. @@ -97,9 +85,11 @@ spec: - JSONPath: .spec.issuerRef.name name: Issuer type: string + priority: 1 - JSONPath: .status.reason name: Reason type: string + priority: 1 - JSONPath: .metadata.creationTimestamp description: |- CreationTimestamp is a timestamp representing the server time when this object was created. It is not guaranteed to be set in happens-before order across separate operations. Clients may not set this value. It is represented in RFC3339 form and is in UTC.