Skip to content

Commit

Permalink
fix aws-secret path
Browse files Browse the repository at this point in the history
  • Loading branch information
d8660091 committed Sep 13, 2023
1 parent eca7a7e commit e87ad90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/registry/ecr_cred_injector.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

const (
awsSecretPath = "/tmp/config/aws-secret" //#nosec G101
awsSecretPath = "/tmp/aws-secret" //#nosec G101
)

// ECRCredInjector is an adapter to convert ECR credential to Docker credential. Since the converted docker credential is only valid for 12 hours, this adapter is constantly running. It's responsibility is to make sure docker config in the filesystem contains ECR credential to pull bundle yaml and charts.
Expand Down

0 comments on commit e87ad90

Please sign in to comment.