Skip to content

Commit 5188328

Browse files
committed
missing loki env var
1 parent a3ab6e8 commit 5188328

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

workspaces/orchestrator/e2e-tests/tests/config/rhdh-secrets.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ type: Opaque
66
stringData:
77
SONATAFLOW_DATA_INDEX_URL: $SONATAFLOW_DATA_INDEX_URL
88
LOKI_BASE_URL: http://localhost:3100
9+
# Required by orchestrator-backend-module-loki at startup; e2e does not deploy Loki.
10+
LOKI_TOKEN: e2e-ci-placeholder

workspaces/orchestrator/metadata/redhat-backstage-plugin-orchestrator-backend-module-loki.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ spec:
3535
workflowLogProvider:
3636
loki:
3737
baseUrl: ${LOKI_BASE_URL}
38+
token: ${LOKI_TOKEN}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
LOKI_BASE_URL=https://example_url
1+
LOKI_BASE_URL=https://example_url
2+
LOKI_TOKEN=e2e-ci-placeholder

0 commit comments

Comments
 (0)