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

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

commit 3e0eee69341670d89eaf9938e9e1e42afac9b126
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