Skip to content
Snippets Groups Projects
Commit c9eaf387 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2429 deploy user in namespace

parent 8401864b
Branches
Tags
No related merge requests found
......@@ -424,6 +424,7 @@ Void generateKeycloakUserYaml(String namespace) {
def userJson = readJSON file: 'goofy-client/apps/goofy-e2e/src/fixtures/user/'+user
newUserYaml.metadata.name = namespace + "-" + userJson.name
newUserYaml.metadata.namespace = namespace
newUserYaml.metadata.labels.realm = namespace
newUserYaml.spec.realmSelector.matchLabels.realm = namespace
newUserYaml.spec.user.username = userJson.name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment