Skip to content

Commit

Permalink
create es jaeger user
Browse files Browse the repository at this point in the history
  • Loading branch information
seungkyua committed Nov 4, 2022
1 parent f2e5624 commit 6066769
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions templates/decapod-apps/service-mesh-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ spec:
- name: list
value: |
[
{ "app_group": "lma", "path": "eck-operator", "namespace": "elastic-system", "target_cluster": "" },
{ "app_group": "lma", "path": "fluent-operator-crds", "namespace": "lma", "target_cluster": "" },
{ "app_group": "lma", "path": "fluent-operator", "namespace": "lma", "target_cluster": "" }
{ "app_group": "lma", "path": "eck-operator", "namespace": "elastic-system", "target_cluster": "" }
]
- - name: logging-efk
Expand All @@ -60,7 +58,6 @@ spec:
value: |
[
{ "app_group": "lma", "path": "eck-resource", "namespace": "lma", "target_cluster": "" },
{ "app_group": "lma", "path": "fluentbit", "namespace": "lma", "target_cluster": "" },
{ "app_group": "lma", "path": "kubernetes-event-exporter", "namespace": "lma", "target_cluster": "" }
]
Expand Down Expand Up @@ -142,6 +139,20 @@ spec:
]
dependencies:
- istiod

- name: copy-eck-secret
templateRef:
name: copy-eck-secret
template: copy-eck-secret
arguments:
parameters:
- name: secret_name
value: "eck-elasticsearch-es-http-certs-public"
- name: source_namespace
value: "lma"
- name: target_namespace
value: "istio-system"

- name: servicemesh-jaeger-kiali-resource
templateRef:
name: create-application
Expand All @@ -156,6 +167,7 @@ spec:
]
dependencies:
- jaeger-kiali-operator

- name: grafana-prometheus-resource
templateRef:
name: create-application
Expand Down

0 comments on commit 6066769

Please sign in to comment.