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.