Skip to content

Commit ab7ba37

Browse files
committed
Remove service ca controller annotation from console-redirect service.
The annotation on the console=redirect service conflicts with the one defined on the console service which can cause the service ca controller not to sync the ca certs correctly. Additionally, the console redirect server does not use TLS so the annotation is not needed.
1 parent d04a728 commit ab7ba37

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bindata/assets/services/console-redirect-service.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ metadata:
1010
namespace: openshift-console
1111
labels:
1212
app: console
13-
annotations:
14-
service.beta.openshift.io/serving-cert-secret-name: console-serving-cert
1513
spec:
1614
ports:
1715
- name: custom-route-redirect

0 commit comments

Comments
 (0)