File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -378,6 +378,7 @@ func (d *Deployer) prepareCredentials() error {
378378
379379func (d * Deployer ) deployCentral (ctx context.Context ) error {
380380 d .logger .Infof ("Deploying Central to namespace %s" , d .config .Central .Namespace )
381+ d .logger .Infof ("Central resource profile: %s" , d .config .Central .ResourceProfile )
381382 if d .namespaceExists (d .config .Central .Namespace ) {
382383 d .logger .Info ("Existing Central deployment found, tearing down..." )
383384 if err := d .teardownCentral (ctx ); err != nil {
@@ -401,6 +402,7 @@ func (d *Deployer) deployCentral(ctx context.Context) error {
401402
402403func (d * Deployer ) deploySecuredCluster (ctx context.Context ) error {
403404 d .logger .Infof ("Deploying SecuredCluster to namespace %s" , d .config .SecuredCluster .Namespace )
405+ d .logger .Infof ("SecuredCluster resource profile: %s" , d .config .SecuredCluster .ResourceProfile )
404406 if d .namespaceExists (d .config .SecuredCluster .Namespace ) {
405407 d .logger .Info ("Existing SecuredCluster deployment found, tearing down..." )
406408 if err := d .teardownSecuredCluster (ctx ); err != nil {
You can’t perform that action at this time.
0 commit comments