Open stewartshea opened 3 years ago
SysdigTeam isn't being provisioned properly. The error from the operator is:
[0;31mfatal: [localhost]: FAILED! => {"msg": "Unexpected templating type error occurred on ({{ team_users_and_roles | default([]) + [ { 'name' : team_user.name, 'role': team_user.role, 'userID' : user_creation_output.userID } ] }}): must be str, not list"}[0m
I suspect it's because one of the usernames on the list is defined as name.1.surname@example.com and potentially the .1 is causing the issue.
name.1.surname@example.com
.1
Definition of Done That type of username should be allowed and fully converted to a string.
SysdigTeam isn't being provisioned properly. The error from the operator is:
I suspect it's because one of the usernames on the list is defined as
name.1.surname@example.com
and potentially the.1
is causing the issue.Definition of Done That type of username should be allowed and fully converted to a string.