Provide Tekton Dashboard URL to gitlab-set-status dynamically
Closed this issue · 1 comments
jonashackt commented
Currently it's fixed inside the default parameter inside our pipeline.yml:
- name: TEKTON_DASHBOARD_HOST
description: The Tekton Dashboard URL for the status reports in GitLab
default: "http://adfae510ff50e4949b7c7a5949099632-1408242414.eu-central-1.elb.amazonaws.com"
Maybe we could use a ConfigMap here? (see https://martinheinz.dev/blog/47)
jonashackt commented
Fixed by #34 - because now our Tekton Dashboard url isn't a dynamic AWS ELB url anymore, but fixed with http://tekton.tekton-argocd.de