Wilson Bilkovich
08/17/2021, 3:48 PMprefect server create-tenant --name default
Is there a more straightforward way to do that in future deployments?Zanie
08/17/2021, 4:20 PM# jobs contain one-time job definitions
jobs:
# create a tenant so that Agent and UI are immediately usable after installation
createTenant:
enabled: false
Wilson Bilkovich
08/17/2021, 4:34 PM-f
at install time? I need to look harder at the knobs on that chart I guess. Thanks!Zanie
08/17/2021, 6:54 PM--set jobs.createTenant.enabled=true
matthias schlögl
09/29/2021, 12:17 PMrequests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=4200):
Can I somehow set the url for the create tenant job in the helm chart?Zanie
10/01/2021, 4:50 PM