Skip to content

Commit 5205861

Browse files
committed
Bug 1834568: Add cert to service to support https
Fix for https://bugzilla.redhat.com/show_bug.cgi?id=1809195 is to add https metrics target. The PR to fix that bug is failing CI upgrade test since the 0001_00_cluster-version-operator_03_service with the service.beta.openshift.io/serving-cert-secret-name annotation is coming too late. So the monitoring tools aren't creating the secret causing the CVO container to fail to start. This PR adds the annotation to the service so that change can be fielded ahead of remaining changes necessary to support https target.
1 parent 356db86 commit 5205861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install/0001_00_cluster-version-operator_03_service.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
labels:
77
k8s-app: cluster-version-operator
88
annotations:
9+
service.beta.openshift.io/serving-cert-secret-name: cluster-version-operator-serving-cert
910
exclude.release.openshift.io/internal-openshift-hosted: "true"
1011
spec:
1112
type: ClusterIP

0 commit comments

Comments
 (0)