Skip to content

Commit a49a3b0

Browse files
authored
Pass DISABLE_CO/AO_PROFILE to installer container with default false (#1054)
1 parent 72c3549 commit a49a3b0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

installer/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,4 +403,4 @@ get_s3_prefix() {
403403
fi
404404

405405
cleanup_init_terraform
406-
}
406+
}

tools/deploy/start-orchestrator-install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,5 +157,8 @@ docker run -ti --rm --name orchestrator-admin \
157157
-e CLUSTER_NAME=${cluster} -e TARGET_ENV=${cluster} -e AWS_REGION=${region} -e CUSTOMER_STATE_PREFIX=${state_prefix} \
158158
-e AWS_PROFILE -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN \
159159
-e USER="root" -e ORCH_DEFAULT_PASSWORD -e DEPLOY_OP=${deploy_op} \
160+
-e DISABLE_CO_PROFILE="${DISABLE_CO_PROFILE:-false}" \
161+
-e DISABLE_AO_PROFILE="${DISABLE_AO_PROFILE:-false}" \
162+
-e DISABLE_O11Y_PROFILE="${DISABLE_O11Y_PROFILE:-false}" \
160163
${image_name}:${image_tag} \
161164
bash

0 commit comments

Comments
 (0)