Skip to content

Commit 7f3156d

Browse files
committed
🐛 fix config map used for integration-tests
Signed-off-by: Christoph Görn <[email protected]>
1 parent 6b1fc8f commit 7f3156d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

prow/overlays/cnv-prod/config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -339,8 +339,8 @@ periodics:
339339
- name: THOTH_LOGGING_NO_JSON
340340
valueFrom:
341341
configMapKeyRef:
342-
name: thoth
343342
key: logging-no-json
343+
name: integration-tests
344344
- name: THOTH_USER_API_HOST
345345
valueFrom:
346346
configMapKeyRef:

prow/overlays/cnv-prod/integration-test-configmap.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ metadata:
66
data:
77
mail-report: "0"
88
generate-report: "0"
9+
logging-no-json: "1"
910
deployment-name: "zero-prod"
1011
user-api: "api.moc.thoth-station.ninja"
1112
management-api: "management.moc.thoth-station.ninja"

0 commit comments

Comments
 (0)