Skip to content

Commit

Permalink
fix deployspec
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonLuttenberger committed Sep 4, 2024
1 parent 2e96134 commit 3f62005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/beta/emrstudio-on-eks/deployspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deploy:
|| eksctl create iamidentitymapping --cluster ${SEEDFARMER_PARAMETER_EKS_CLUSTER_NAME} --arn ${EMR_SERVICE_ACCOUNT_ROLE} --username emr-containers
# Un-Assume the EKS_CLUSTER_ADMIN_ROLE or the rest of the deploy will faile
- unset AWS_ACCESS_KEY_ID && unset AWS_SECRET_ACCESS_KEY && unset AWS_SESSION_TOKEN
- cdk deploy --require-approval never --progress events --app "python app.py" --outputs-file ./cdk-exports.json {SEEDFARMER_PROJECT_NAME}-${SEEDFARMER_DEPLOYMENT_NAME}-${SEEDFARMER_MODULE_NAME}
- cdk deploy --require-approval never --progress events --app "python app.py" --outputs-file ./cdk-exports.json ${SEEDFARMER_PROJECT_NAME}-${SEEDFARMER_DEPLOYMENT_NAME}-${SEEDFARMER_MODULE_NAME}
- seedfarmer metadata convert -f cdk-exports.json || true
destroy:
phases:
Expand Down

0 comments on commit 3f62005

Please sign in to comment.