Skip to content

Commit

Permalink
Fixed typo (gsp->gcp)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nopik authored Jul 28, 2021
1 parent 8defd1c commit 912d172
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 912d172

Please sign in to comment.