-
Bug
-
Resolution: Done
-
Normal
-
RHODS_1.5.0_GA
-
False
-
None
-
False
-
Release Notes
-
Yes
-
-
-
-
-
-
1.11.0-3
-
No
-
-
Documented as Resolved Issue
-
No
-
Yes
-
None
-
-
IDH Sprint 1.11
-
Medium
Description of problem:
When we install RHOAM (
1.15.2) on OSD using Addon, it gets stuck due to missing smtp secret
It is Known issue https://issues.redhat.com/browse/MGDAPI-3021.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- <steps>
Actual results:
Expected results:
Reproducibility (Always/Intermittent/Only Once):
Build Details:
Workaround:
Create empty secret:
oc create secret generic redhat-rhoam-smtp -n redhat-rhoam-operator \ --from-literal=host= \ --from-literal=username= \ --from-literal=password= \ --from-literal=port= \ --from-literal=tls=