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 5d0dbd62b2b97bf7c834aa0864250743e31bc6a6
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Feb 13 08:02:36 2023 +0100

    feature(#3903): Support secret refresh through the existing addons - Google 
Secret Manager - Validate
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 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 910565dac..fb2549bb0 100644
--- a/addons/vault/gcp/gcp_secret_manager.go
+++ b/addons/vault/gcp/gcp_secret_manager.go
@@ -87,7 +87,7 @@ func (t *gcpSecretManagerTrait) Configure(environment 
*trait.Environment) (bool,
        if t.ContextReloadEnabled == nil {
                t.ContextReloadEnabled = pointer.Bool(false)
        }
-       
+
        if t.RefreshEnabled == nil {
                t.RefreshEnabled = pointer.Bool(false)
        }

Reply via email to