Skip to content

Commit

Permalink
Merge pull request #111 from openinfradev/bugfix_elastic_system
Browse files Browse the repository at this point in the history
bugfix. add namespace 'elastic-system' to servicemesh workflow
  • Loading branch information
seungkyua authored Mar 8, 2023
2 parents e357475 + 27e0429 commit 2aa5992
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/decapod-apps/service-mesh-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ spec:
[
{ "namespace": "istio-system", "label": "name=lma,taco-tls=enabled" },
{ "namespace": "istio-ingress", "label": "istio-injection=enabled,taco-tls=enabled" },
{ "namespace": "lma", "label": "name=lma,taco-tls=enabled" }
{ "namespace": "lma", "label": "name=lma,taco-tls=enabled" },
{ "namespace": "elastic-system", "label": "name=lma,taco-tls=enabled" }
]
- - name: eck-operator
Expand Down

0 comments on commit 2aa5992

Please sign in to comment.