From 606676900fc8a15ff4a001a7522ba44d14876c0c Mon Sep 17 00:00:00 2001 From: Seungkyu Ahn Date: Fri, 4 Nov 2022 12:39:02 +0900 Subject: [PATCH] create es jaeger user --- templates/decapod-apps/service-mesh-wf.yaml | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/templates/decapod-apps/service-mesh-wf.yaml b/templates/decapod-apps/service-mesh-wf.yaml index e42e755..64b0e38 100644 --- a/templates/decapod-apps/service-mesh-wf.yaml +++ b/templates/decapod-apps/service-mesh-wf.yaml @@ -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 @@ -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": "" } ] @@ -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 @@ -156,6 +167,7 @@ spec: ] dependencies: - jaeger-kiali-operator + - name: grafana-prometheus-resource templateRef: name: create-application