fix: add missing validation annotation
Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
This commit is contained in:
parent
1fc35a41fc
commit
d8a21d394b
|
@ -84,6 +84,7 @@ func (in *ConnectionSecretMetadata) GetOwnerUID() string {
|
|||
}
|
||||
|
||||
// SecretStoreType represents a secret store type.
|
||||
// +kubebuilder:validation:Enum=Kubernetes;Vault
|
||||
type SecretStoreType string
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in New Issue