cloudify-cosmo / cloudify-helm

Cloudify Helm Charts
4 stars 9 forks source link

RD-7052 Run configure_manager in RESTservice #81

Closed tehasdf closed 1 year ago

tehasdf commented 1 year ago

Before, it was (accidentally, I think) only started in the... mgmtworker initcontainer, by way of the --create-admin-token.

Now, after cloudify-cosmo/cloudify-manager#4072 --create-admin-token will no longer imply also running configuration.

So we can clean up a bit, and clearly show where do we only wait for db, where do we only create the admin token, and where do we actually run the configuration.