Skip to content

Commit

Permalink
Merge pull request #12 from Nopik/patch-1
Browse files Browse the repository at this point in the history
Fixed typo (`gsp`->`gcp`)
  • Loading branch information
alexei-led authored Oct 20, 2021
2 parents dfcec04 + 912d172 commit 45f8b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/secrets/google/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func NewGoogleSecretsProvider(ctx context.Context) (secrets.Provider, error) {
return &sp, nil
}

// ResolveSecrets replaces all passed variables values prefixed with 'gsp:secretmanager'
// ResolveSecrets replaces all passed variables values prefixed with 'gcp:secretmanager'
// by corresponding secrets from Google Secret Manager
// The secret name should be in the format (optionally with version)
// `gcp:secretmanager:projects/{PROJECT_ID}/secrets/{SECRET_NAME}`
Expand Down

0 comments on commit 45f8b9f

Please sign in to comment.