fix: add missing validation annotation

Signed-off-by: Philippe Scorsolini <p.scorsolini@gmail.com>
This commit is contained in:
Philippe Scorsolini 2023-01-30 10:58:03 +01:00
parent 1fc35a41fc
commit d8a21d394b
No known key found for this signature in database
GPG Key ID: 58CAEA8F1CC8503E
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ func (in *ConnectionSecretMetadata) GetOwnerUID() string {
}
// SecretStoreType represents a secret store type.
// +kubebuilder:validation:Enum=Kubernetes;Vault
type SecretStoreType string
const (