Skip to content

Commit

Permalink
make emptyDirVolumeName more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
raulcabello committed Oct 16, 2023
1 parent d3ce167 commit 2fab34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/gitjob/gitjobs.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
bundleCAFile = "additional-ca.crt"
gitCredentialVolumeName = "git-credential" // #nosec G101 this is not a credential
gitClonerVolumeName = "git-cloner"
emptyDirVolumeName = "empty-dir"
emptyDirVolumeName = "git-cloner-empty-dir"
)

func Register(ctx context.Context, cont *types.Context) {
Expand Down

0 comments on commit 2fab34e

Please sign in to comment.