From 49f1c6a78abf397e447b418d7300266b40cc5cf6 Mon Sep 17 00:00:00 2001 From: sungil Date: Tue, 25 Jun 2024 07:23:34 +0000 Subject: [PATCH] user logging: add installation for loki-user --- deploy_apps/tks-primary-cluster.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy_apps/tks-primary-cluster.yaml b/deploy_apps/tks-primary-cluster.yaml index 32845402..8436ed13 100644 --- a/deploy_apps/tks-primary-cluster.yaml +++ b/deploy_apps/tks-primary-cluster.yaml @@ -111,7 +111,8 @@ spec: value: | [ { "app_group": "lma", "path": "minio", "namespace": "lma", "target_cluster": "" }, - { "app_group": "lma", "path": "loki", "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.object_store}} == minio"