-
Bug
-
Resolution: Done
-
Normal
-
None
-
None
-
1
-
False
-
False
-
None
-
No
-
-
-
-
-
-
1.1.1-41
-
No
-
No
-
Yes
-
None
-
-
MODH Sprint 31
Description of problem:
Following this document: https://pantheon.corp.redhat.com/pantheon/preview/latest/4f130c75-5b58-4696-ae62-0602374b5af1
I found that the step 7
allowed_groups: 'datasci-devs1, datasci-devs2'
there is an extra space{{**}}
When I'm trying to reproduce the steps, I had to delete the space to make it work with multiple groups{{**}}
allowed_groups: 'datasci-devs1,datasci-devs2'**
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- <steps>
Actual results:
allowed_groups: 'datasci-devs1, datasci-devs2'
Expected results:
allowed_groups: 'datasci-devs1,datasci-devs2'**