Skip to content

Commit f9304a2

Browse files
committed
packageserver CSV: add missing properties
Some properties are unset and being set to defaults. CVO is however unware of it, so it attempts to remove the fields which are unset in the manifest files. This PR should prevent CVO from hotlooping on this manifest Signed-off-by: Vadim Rutkovsky <[email protected]>
1 parent f05ea07 commit f9304a2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

manifests/0000_50_olm_15-packageserver.clusterserviceversion.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ metadata:
99
annotations:
1010
include.release.openshift.io/self-managed-high-availability: "true"
1111
spec:
12+
cleanup:
13+
enabled: false
14+
customresourcedefinitions: {}
1215
displayName: Package Server
1316
description: Represents an Operator package that is available from a given CatalogSource which will resolve to a ClusterServiceVersion.
1417
minKubeVersion: 1.11.0
@@ -80,6 +83,7 @@ spec:
8083
app: packageserver
8184
template:
8285
metadata:
86+
creationTimestamp: null
8387
labels:
8488
app: packageserver
8589
spec:
@@ -113,6 +117,7 @@ spec:
113117
imagePullPolicy: IfNotPresent
114118
ports:
115119
- containerPort: 5443
120+
protocol: TCP
116121
livenessProbe:
117122
httpGet:
118123
scheme: HTTPS

0 commit comments

Comments
 (0)