Skip to content

Commit

Permalink
Providing REN_DL2_SERVICE_AUTH_STR (#1210)
Browse files Browse the repository at this point in the history
* Providing REN_DL2_SERVICE_AUTH_STR

* Fix JSONParse error
  • Loading branch information
koropets authored Dec 23, 2021
1 parent bb820e0 commit d6447f2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gordo/cli/workflow_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ def parse_json(value: str, schema: Type[T]):
"name": "dl2serviceauth"
}
}
},
{
"name": "REN_DL2_SERVICE_AUTH_STR",
"valueFrom": {
"secretKeyRef": {
"key": "tenant_id_secret",
"name": "dl2ren"
}
}
}
]
"""
Expand Down

0 comments on commit d6447f2

Please sign in to comment.