Skip to content

Commit

Permalink
Merge pull request #113 from openinfradev/primary_cluster
Browse files Browse the repository at this point in the history
primary cluster 체계를 위한 기본값 변경
  • Loading branch information
intelliguy authored Apr 6, 2023
2 parents fa82e38 + 8126f5d commit da175ad
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions templates/decapod-apps/lma-uniformed-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,19 +149,6 @@ spec:
]
dependencies: [prepare-lma]

- name: federation
templateRef:
name: create-application
template: installApps
arguments:
parameters:
- name: list
value: |
[
{ "app_group": "lma", "path": "thanos", "namespace": "lma", "target_cluster": "" }
]
dependencies: [prometheus,"logging-{{workflow.parameters.logging_component}}"]

- name: grafana
templateRef:
name: create-application
Expand All @@ -173,4 +160,4 @@ spec:
[
{ "app_group": "lma", "path": "grafana", "namespace": "lma", "target_cluster": "" }
]
dependencies: [federation]
dependencies: [prometheus,"logging-{{workflow.parameters.logging_component}}"]

0 comments on commit da175ad

Please sign in to comment.