Skip to content

Commit

Permalink
fix: Add GCP prefix for config to env
Browse files Browse the repository at this point in the history
  • Loading branch information
jkayani committed Sep 27, 2021
1 parent d72d586 commit 60fed6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ var backendPrefixes []string = []string{
"vault",
"aws",
"azure",
"google",
}

// New returns a new Config struct
Expand Down

0 comments on commit 60fed6f

Please sign in to comment.