Skip to content

Commit

Permalink
Merge pull request #99 from openinfradev/minio
Browse files Browse the repository at this point in the history
minio: dedicated installation for shared service(thanos/loki)
  • Loading branch information
intelliguy committed Oct 25, 2022
2 parents b783ce1 + 1123c29 commit f2e5624
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/decapod-apps/lma-uniformed-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@ spec:
- name: list
value: |
[
{ "app_group": "lma", "path": "minio", "namespace": "lma", "target_cluster": "" },
{ "app_group": "lma", "path": "loki", "namespace": "lma", "target_cluster": "" },
{ "app_group": "lma", "path": "fluentbit", "namespace": "lma", "target_cluster": "" },
{ "app_group": "lma", "path": "eventrouter", "namespace": "lma", "target_cluster": "" }
{ "app_group": "lma", "path": "kubernetes-event-exporter", "namespace": "lma", "target_cluster": "" }
]
when: "{{workflow.parameters.logging_component}} == 'loki'"
dependencies: []
Expand Down

0 comments on commit f2e5624

Please sign in to comment.