File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ metadata:
6
6
type : Opaque
7
7
stringData :
8
8
GITLAB_API_URL : " {{ .Values.api.gitlab }}"
9
+ ENGAGEMENT_API_URL : " {{ .Values.api.engagement }}"
9
10
DATABASE_SERVICE_NAME : " {{ .Values.db.mongodbServiceName }}"
10
11
MONGODB_USER : " {{ .Values.db.mongodbUser }}"
11
12
MONGODB_PASSWORD : " {{ .Values.db.mongodbPassword }}"
Original file line number Diff line number Diff line change 22
22
23
23
api :
24
24
gitlab : http://gitlab.com
25
+ engagement : http://git-api:8080
25
26
26
27
tokens :
27
28
gitlab : nope
Original file line number Diff line number Diff line change 22
22
<wiremock .version>2.28.1</wiremock .version>
23
23
<javers .core.version>6.2.2</javers .core.version>
24
24
<sonar .host.url>https://sonarcloud.io</sonar .host.url>
25
- <sonar .project.key>rht-labs_lodestar-activity </sonar .project.key>
25
+ <sonar .project.key>rht-labs_lodestar-artifacts </sonar .project.key>
26
26
<sonar .organization>rht-labs</sonar .organization>
27
27
<sonar .coverage.jacoco.xmlReportPaths>./target/jacoco-report/jacoco.xml</sonar .coverage.jacoco.xmlReportPaths>
28
28
</properties >
You can’t perform that action at this time.
0 commit comments