We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fde62e commit 42e9ca4Copy full SHA for 42e9ca4
tools/deploy/start-orchestrator-install.sh
@@ -157,5 +157,8 @@ docker run -ti --rm --name orchestrator-admin \
157
-e CLUSTER_NAME=${cluster} -e TARGET_ENV=${cluster} -e AWS_REGION=${region} -e CUSTOMER_STATE_PREFIX=${state_prefix} \
158
-e AWS_PROFILE -e AWS_ACCESS_KEY_ID -e AWS_SECRET_ACCESS_KEY -e AWS_SESSION_TOKEN \
159
-e USER="root" -e ORCH_DEFAULT_PASSWORD -e DEPLOY_OP=${deploy_op} \
160
+ -e DISABLE_AO_PROFILE="${DISABLE_AO_PROFILE:-false}" \
161
+ -e DISABLE_CO_PROFILE="${DISABLE_CO_PROFILE:-false}" \
162
+ -e DISABLE_O11Y_PROFILE="${DISABLE_O11Y_PROFILE:-false}" \
163
${image_name}:${image_tag} \
164
bash
0 commit comments