Skip to content

Commit

Permalink
Add argo namespace to workflowtemplate
Browse files Browse the repository at this point in the history
Fix create argo proj
change path fed-addons to addons
  • Loading branch information
seungkyua committed Jun 18, 2021
1 parent fd5bd79 commit 53c06fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/decapod-apps/lma-federation-wftpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
value: |
[
{ "path": "prometheus-fed-master", "namespace": "lma" },
{ "path": "fed-addons", "namespace": "lma" },
{ "path": "addons", "namespace": "lma" },
{ "path": "thanos", "namespace": "lma" }
]
dependencies: [prometheus,logging]
Expand Down
2 changes: 1 addition & 1 deletion templates/decapod-apps/service-mesh-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- name: site_name
value: "hanu-reference"
- name: app_name
value: "service-mesh"
value: "servicemesh"
- name: repository_url
value: "https://github.com/openinfradev/decapod-manifests"
- name: revision
Expand Down

0 comments on commit 53c06fe

Please sign in to comment.