From b783ce13fd55b6cbba40e31b727f0252049c220a Mon Sep 17 00:00:00 2001 From: Sungil Im Date: Thu, 20 Oct 2022 10:05:36 +0900 Subject: [PATCH] update lma...wftpl install fluentbit beside of promtails at anytime --- templates/decapod-apps/lma-uniformed-wftpl.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/decapod-apps/lma-uniformed-wftpl.yaml b/templates/decapod-apps/lma-uniformed-wftpl.yaml index 40abec9..5271906 100644 --- a/templates/decapod-apps/lma-uniformed-wftpl.yaml +++ b/templates/decapod-apps/lma-uniformed-wftpl.yaml @@ -63,7 +63,9 @@ spec: value: | [ { "app_group": "lma", "path": "prometheus-operator-crds", "namespace": "lma", "target_cluster": "" }, - { "app_group": "lma", "path": "prometheus-operator", "namespace": "lma", "target_cluster": "" } + { "app_group": "lma", "path": "prometheus-operator", "namespace": "lma", "target_cluster": "" }, + { "app_group": "lma", "path": "fluent-operator-crds", "namespace": "lma", "target_cluster": "" }, + { "app_group": "lma", "path": "fluent-operator", "namespace": "lma", "target_cluster": "" } ] dependencies: [] @@ -76,9 +78,7 @@ spec: - name: list value: | [ - { "app_group": "lma", "path": "eck-operator", "namespace": "elastic-system", "target_cluster": "" }, - { "app_group": "lma", "path": "fluent-operator-crds", "namespace": "lma", "target_cluster": "" }, - { "app_group": "lma", "path": "fluent-operator", "namespace": "lma", "target_cluster": "" } + { "app_group": "lma", "path": "eck-operator", "namespace": "elastic-system", "target_cluster": "" } ] when: "{{workflow.parameters.logging_component}} == 'efk'" dependencies: [] @@ -109,7 +109,7 @@ spec: value: | [ { "app_group": "lma", "path": "loki", "namespace": "lma", "target_cluster": "" }, - { "app_group": "lma", "path": "promtail", "namespace": "lma", "target_cluster": "" }, + { "app_group": "lma", "path": "fluentbit", "namespace": "lma", "target_cluster": "" }, { "app_group": "lma", "path": "eventrouter", "namespace": "lma", "target_cluster": "" } ] when: "{{workflow.parameters.logging_component}} == 'loki'"