Signed-off-by: William Young <will.young@engineerbetter.com> Signed-off-by: Dominic Meddick <dom.meddick@engineerbetter.com>
@@ -23,6 +23,8 @@ type SecretSinkStoreRef struct {
// Name of the SecretStore resource
Name string `json:"name"`
+ Status string `json:"status"`
+
// Kind of the SecretStore resource (SecretStore or ClusterSecretStore)
// Defaults to `SecretStore`
// +optional
@@ -71,8 +71,11 @@ spec:
name:
description: Name of the SecretStore resource
type: string
+ status:
+ type: string
required:
- name
+ - status
type: object
type: array
selector:
@@ -3082,8 +3082,11 @@ spec: