Skip to content

Commit c9a00bc

Browse files
committed
sonar fix and added engagement api to secret
1 parent caa477c commit c9a00bc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

deployment/templates/secret.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
type: Opaque
77
stringData:
88
GITLAB_API_URL: "{{ .Values.api.gitlab }}"
9+
ENGAGEMENT_API_URL: "{{ .Values.api.engagement }}"
910
DATABASE_SERVICE_NAME: "{{ .Values.db.mongodbServiceName }}"
1011
MONGODB_USER: "{{ .Values.db.mongodbUser }}"
1112
MONGODB_PASSWORD: "{{ .Values.db.mongodbPassword }}"

deployment/values-dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ db:
2222

2323
api:
2424
gitlab: http://gitlab.com
25+
engagement: http://git-api:8080
2526

2627
tokens:
2728
gitlab: nope

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<wiremock.version>2.28.1</wiremock.version>
2323
<javers.core.version>6.2.2</javers.core.version>
2424
<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>
2626
<sonar.organization>rht-labs</sonar.organization>
2727
<sonar.coverage.jacoco.xmlReportPaths>./target/jacoco-report/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
2828
</properties>

0 commit comments

Comments
 (0)