Skip to content

Commit

Permalink
Merge pull request #100 from seungkyua/20221104_create_es_user
Browse files Browse the repository at this point in the history
create es jaeger user
  • Loading branch information
ktkfree authored Nov 4, 2022
2 parents 79ea302 + e7e378d commit 1df48cc
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 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,22 @@ 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"
dependencies:
- jaeger-kiali-operator

- name: servicemesh-jaeger-kiali-resource
templateRef:
name: create-application
Expand All @@ -155,7 +168,8 @@ spec:
{ "app_group": "service-mesh", "path": "servicemesh-kiali-resource", "namespace": "istio-system", "target_cluster": "" }
]
dependencies:
- jaeger-kiali-operator
- copy-eck-secret

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

0 comments on commit 1df48cc

Please sign in to comment.