aws-samples / aws-pipeline-demo-with-tekton

MIT No Attribution
13 stars 23 forks source link

AWS region of the CodeCommit repository is hard-coded #3

Open sotoiwa opened 2 years ago

sotoiwa commented 2 years ago

The AWS region of the CodeCommit repository is hard-coded into ArgoCD's ConfigMap, so it won't work in other regions.

valentinwidmer commented 2 years ago

Hi @sotoiwa,

Good point! Thanks for letting me know. I'm going to template the region and publish the changes with the upcoming release.

waytoharish commented 2 years ago

I am facing an issue when running the below step-

echo "[INFO] $(date +"%T") Create <> Cloudformation Stack..."

image

Also I want to setup a external github repo. How can I do that