Skip to content

Commit

Permalink
Merge pull request #98 from openinfradev/lma_logging_selective
Browse files Browse the repository at this point in the history
fluent의 공식 오퍼레이터를 사용하면서 변경된 내역을 반영
  • Loading branch information
intelliguy committed Sep 23, 2022
2 parents 07a7d2b + 85b0856 commit cc779cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/decapod-apps/lma-uniformed-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ spec:
value: |
[
{ "app_group": "lma", "path": "eck-operator", "namespace": "elastic-system", "target_cluster": "" },
{ "app_group": "lma", "path": "fluentbit-operator-crds", "namespace": "lma", "target_cluster": "" },
{ "app_group": "lma", "path": "fluentbit-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": "" }
]
when: "{{workflow.parameters.logging_component}} == 'efk'"
dependencies: []
Expand Down
4 changes: 2 additions & 2 deletions templates/decapod-apps/service-mesh-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ spec:
value: |
[
{ "app_group": "lma", "path": "eck-operator", "namespace": "elastic-system", "target_cluster": "" },
{ "app_group": "lma", "path": "fluentbit-operator-crds", "namespace": "lma", "target_cluster": "" },
{ "app_group": "lma", "path": "fluentbit-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": "" }
]
- - name: logging-efk
Expand Down

0 comments on commit cc779cd

Please sign in to comment.