Signed-off-by: William Young <will.young@engineerbetter.com> Signed-off-by: Dominic Meddick <dom.meddick@engineerbetter.com>
@@ -16,7 +16,11 @@ spec:
singular: secretsink
scope: Namespaced
versions:
- - name: v1alpha1
+ - additionalPrinterColumns:
+ - jsonPath: .status.conditions[?(@.type=="Ready")].reason
+ name: Status
+ type: string
+ name: v1alpha1
schema:
openAPIV3Schema:
properties:
@@ -71,11 +75,8 @@ spec:
name:
description: Name of the SecretStore resource
type: string
- status:
- type: string
required:
- name
- - status
type: object
type: array
selector:
@@ -3032,7 +3032,11 @@ spec:
@@ -3082,11 +3086,8 @@ spec: