mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-27 19:14:21 +01:00
virtcontainers/annotations: use right domain name for kata annotations
The domain name should be used as prefix for the annotations, for kata containers the domain name is katacontainers.io, not kata-containers.io fixes #2123 Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
package annotations
|
||||
|
||||
const (
|
||||
kataAnnotationsPrefix = "io.kata-containers."
|
||||
kataAnnotationsPrefix = "io.katacontainers."
|
||||
kataConfAnnotationsPrefix = kataAnnotationsPrefix + "config."
|
||||
kataAnnotHypervisorPrefix = kataConfAnnotationsPrefix + "hypervisor."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user