This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch release-1.10.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 2687a931e1de6028ad914cb7506569e601f5427a
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Sep 30 13:51:00 2022 +0200

    Fix finding of validate job
---
 addons/vault/azure/azure_key_vault.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/addons/vault/azure/azure_key_vault.go 
b/addons/vault/azure/azure_key_vault.go
index 337ab1df6..9356b9c4d 100644
--- a/addons/vault/azure/azure_key_vault.go
+++ b/addons/vault/azure/azure_key_vault.go
@@ -35,7 +35,7 @@ import (
 // the following trait options:
 // -t azure-key-vault.enabled=true -t azure-key-vault.tenant-id="tenant-id" -t 
azure-key-vault.client-id="client-id" -t 
azure-key-vault.client-secret="client-secret" -t 
azure-key-vault.vault-name="vault-name"
 //
-// +camel-k:trait=azure-key-vault
+// +camel-k:trait=azure-key-vault.
 type Trait struct {
        traitv1.Trait `property:",squash"`
        // Enables automatic configuration of the trait.

Reply via email to