Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2124 from devimc/topic/virtcontainers/fixAnnotati…
Browse files Browse the repository at this point in the history
…onsPrefix

virtcontainers/annotations: use right domain name for kata annotations
  • Loading branch information
bergwolf authored Oct 10, 2019
2 parents 729b5fa + 91bd095 commit c7b4c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion virtcontainers/pkg/annotations/annotations.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
package annotations

const (
kataAnnotationsPrefix = "io.kata-containers."
kataAnnotationsPrefix = "io.katacontainers."
kataConfAnnotationsPrefix = kataAnnotationsPrefix + "config."
kataAnnotHypervisorPrefix = kataConfAnnotationsPrefix + "hypervisor."

Expand Down

0 comments on commit c7b4c5e

Please sign in to comment.