Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Use a better annotation key
Browse files Browse the repository at this point in the history
buildkit.org isn't a valid domain, so lets use the same
scheme BuildKit uses for labels
  • Loading branch information
dhiltgen committed Nov 17, 2020
1 parent df11871 commit e1d2340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/driver/kubernetes/manifest/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type DeploymentOpt struct {

const (
containerName = "buildkitd"
AnnotationKey = "buildkit.org/builder"
AnnotationKey = "buildkit.mobyproject.org/builder"
)

func labels(opt *DeploymentOpt) map[string]string {
Expand Down

0 comments on commit e1d2340

Please sign in to comment.