-
Bug
-
Resolution: Done
-
Normal
-
Pipelines 1.10.0
-
None
-
2
-
False
-
None
-
False
-
Pipelines as Code allows to pick latest set configurations for tekton-dashboard URL from pipelines-as-code configmap
-
-
-
Pipelines Sprint 234
Description of problem:
After setting tekton-dashboard-url to some non-empty value in config map pipelines-as-code and reverting back to empty string, the GitHub messages still use the old value until both PAC pods are recreated.
Prerequisites (if any, like setup, operators/versions):
OpenShift 4.12
Pipelines 1.10
Steps to Reproduce
- oc edit cm pipelines-as-code -n openshift-pipelines
- set tekton-dashboard-url (e.g. foo.example.com)
- create a PR, check messages
- set tekton-dashboard-url to empty string
- type "/retest" on PR
Actual results:
Messages use the content of tekton-dashboard-url until pods are restarted
Expected results:
New setting is used
Reproducibility (Always/Intermittent/Only Once):
Build Details:
Additional info (Such as Logs, Screenshots, etc):
- is related to
-
SRVKP-2881 Create a custom console for PAC
- Verified