To enabled service discovery into namespace for an application, we need to do 2 things:
- add NAMESPACE env variable to application (https://issues.redhat.com/browse/KOGITO-675)
- add view role to default user (oc policy add-role-to-user view -z default)
Idea would be to have a field in KogitoApp Spec to enable those if set to true.
- is related to
-
KOGITO-675 kogito-cloud: Setup namespace env variable automatically if not present
- Closed