@@ -22,33 +22,33 @@ var (
22
22
AnnotationIgnoreOCPVersion is an annotation used to indicate the operator should not check the OpenShift
23
23
Container Platform (OCP) version before proceeding when set.
24
24
*/
25
- AnnotationIgnoreOCPVersion = "operator .open-cluster-management.io/ignore-ocp-version"
25
+ AnnotationIgnoreOCPVersion = "installer .open-cluster-management.io/ignore-ocp-version"
26
26
DeprecatedAnnotationIgnoreOCPVersion = "ignoreOCPVersion"
27
27
28
28
/*
29
29
AnnotationImageOverridesCM is an annotation used in multiclusterhub to specify a custom ConfigMap containing
30
30
image overrides.
31
31
*/
32
- AnnotationImageOverridesCM = "operator .open-cluster-management.io/image-overrides-configmap"
32
+ AnnotationImageOverridesCM = "installer .open-cluster-management.io/image-overrides-configmap"
33
33
DeprecatedAnnotationImageOverridesCM = "mch-imageOverridesCM"
34
34
35
35
/*
36
36
AnnotationImageRepo is an annotation used in multiclusterhub to specify a custom image repository to use.
37
37
*/
38
- AnnotationImageRepo = "operator .open-cluster-management.io/image-repository"
38
+ AnnotationImageRepo = "installer .open-cluster-management.io/image-repository"
39
39
DeprecatedAnnotationImageRepo = "mch-imageRepository"
40
40
41
41
/*
42
42
AnnotationKubeconfig is an annotation used to specify the secret name residing in target containing the
43
43
kubeconfig to access the remote cluster.
44
44
*/
45
- AnnotationKubeconfig = "operator .open-cluster-management.io/kubeconfig"
45
+ AnnotationKubeconfig = "installer .open-cluster-management.io/kubeconfig"
46
46
DeprecatedAnnotationKubeconfig = "mch-kubeconfig"
47
47
48
48
/*
49
49
AnnotationMCHPause is an annotation used in multiclusterhub to identify if the multiclusterhub is paused or not.
50
50
*/
51
- AnnotationMCHPause = "operator .open-cluster-management.io/pause"
51
+ AnnotationMCHPause = "installer .open-cluster-management.io/pause"
52
52
DeprecatedAnnotationMCHPause = "mch-pause"
53
53
54
54
/*
72
72
AnnotationTemplateOverridesCM is an annotation used in multiclusterhub to specify a custom ConfigMap
73
73
containing resource template overrides.
74
74
*/
75
- AnnotationTemplateOverridesCM = "operator.multicluster.openshift. io/template-override-cm "
75
+ AnnotationTemplateOverridesCM = "installer.open-cluster-management. io/template-override-configmap "
76
76
)
77
77
78
78
/*
0 commit comments