From 66d0ad40b6c3ee48eaa33f72df06ee553ba5714c Mon Sep 17 00:00:00 2001 From: sungil Date: Tue, 25 Jun 2024 06:12:53 +0000 Subject: [PATCH] user-logging: add loki for non-platform-logs as loki-user --- templates/decapod-apps/lma-uniformed-wftpl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/decapod-apps/lma-uniformed-wftpl.yaml b/templates/decapod-apps/lma-uniformed-wftpl.yaml index e91a0af..dbdd172 100644 --- a/templates/decapod-apps/lma-uniformed-wftpl.yaml +++ b/templates/decapod-apps/lma-uniformed-wftpl.yaml @@ -119,6 +119,7 @@ spec: [ { "app_group": "lma", "path": "minio", "namespace": "lma", "target_cluster": "" }, { "app_group": "lma", "path": "loki", "namespace": "lma", "target_cluster": "" } + { "app_group": "lma", "path": "loki-user", "namespace": "lma", "target_cluster": "" } ] when: "{{workflow.parameters.logging_component}} == 'loki' && {{workflow.parameters.organization_id}} == null" dependencies: []