-
Bug
-
Resolution: Done
-
Normal
-
rhos-18.0.15
-
None
-
1
-
False
-
-
False
-
?
-
rhos-ops-day1day2-upgrades
-
None
-
-
-
-
RHOS Upgrades 2025 Sprint 21
-
1
-
Low
In telemetry adoption, 4.14, on the last step is to patch cluster logging, but it seems that there is an indentation issue.
For my point of view
```
spec:
telemetry:
template:
logging:
enabled: false
ipaddr: 172.17.0.80
port: 10514
cloNamespace: openshift-logging
```
Should be
```
spec:
telemetry:
template:
logging:
enabled: false
ipaddr: 172.17.0.80
port: 10514
cloNamespace: openshift-logging
```