Skip to content

Commit

Permalink
updated sonarqube url to https (redhat-cop#5489)
Browse files Browse the repository at this point in the history
* Added retries for sonar admin password change

* Updated http to https for sonarqube url

Co-authored-by: Ritesh <[email protected]>
  • Loading branch information
ritzshah and rshah-redhat authored Sep 27, 2022
1 parent 2a3dece commit 5c88691
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

- name: Set sonarqube host url
set_fact:
_ocp4_workload_coolstore_apac_summit_sonarqube_host_url: http://{{ r_route.resources[0].spec.host }}
_ocp4_workload_coolstore_apac_summit_sonarqube_host_url: https://{{ r_route.resources[0].spec.host }}

- name: Change admin password
uri:
Expand Down

0 comments on commit 5c88691

Please sign in to comment.