File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ import (
14
14
restclient "k8s.io/client-go/rest"
15
15
"k8s.io/klog/v2"
16
16
17
+ "github.com/openshift/api/annotations"
17
18
operatorv1 "github.com/openshift/api/operator/v1"
18
19
configlisters "github.com/openshift/client-go/config/listers/config/v1"
19
20
imageregistryv1listers "github.com/openshift/client-go/imageregistry/listers/imageregistry/v1"
@@ -105,6 +106,9 @@ func (gcac *generatorCAConfig) expected() (runtime.Object, error) {
105
106
ObjectMeta : metav1.ObjectMeta {
106
107
Name : gcac .GetName (),
107
108
Namespace : gcac .GetNamespace (),
109
+ Annotations : map [string ]string {
110
+ annotations .OpenShiftComponent : "Image Registry" ,
111
+ },
108
112
},
109
113
Data : map [string ]string {},
110
114
BinaryData : map [string ][]byte {},
You can’t perform that action at this time.
0 commit comments