Skip to content

Commit

Permalink
update lma...wftpl
Browse files Browse the repository at this point in the history
install fluentbit beside of promtails at anytime
  • Loading branch information
intelliguy committed Oct 20, 2022
1 parent cc779cd commit b783ce1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/decapod-apps/lma-uniformed-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: []

Expand All @@ -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: []
Expand Down Expand Up @@ -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'"
Expand Down

0 comments on commit b783ce1

Please sign in to comment.