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

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

commit 9c936179aaca913f9fc1c5c673d8bc2aefdfb40c
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Sep 29 11:40:10 2022 +0200

    Added some more information in the docs for GCP Secret Manager Vault
---
 addons/vault/gcp/gcp_secret_manager.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/addons/vault/gcp/gcp_secret_manager.go 
b/addons/vault/gcp/gcp_secret_manager.go
index 552e716bc..42b59cf08 100644
--- a/addons/vault/gcp/gcp_secret_manager.go
+++ b/addons/vault/gcp/gcp_secret_manager.go
@@ -35,7 +35,7 @@ import (
 //
 // A sample execution of this trait, would require
 // the following trait options:
-// -t aws-secrets-manager.enabled=true -t 
aws-secrets-manager.access-key="aws-access-key" -t 
aws-secrets-manager.secret-key="aws-secret-key" -t 
aws-secrets-manager.region="aws-region"
+// -t gpc-secret-manager.enabled=true -t 
gpc-secret-manager.project-id="project-id" -t 
gpc-secret-manager.service-account-key="file:serviceaccount.json"
 //
 // +camel-k:trait=gcp-secret-manager.
 type Trait struct {

Reply via email to