Skip to content

Commit

Permalink
Merge pull request #106 from seungkyua/20221212_fix_servicemesh
Browse files Browse the repository at this point in the history
restore coping eck-elasticsearch-es-elastic-user
  • Loading branch information
ktkfree authored Dec 12, 2022
2 parents 2cf4394 + fde8641 commit df6c9b5
Showing 1 changed file with 18 additions and 7 deletions.
25 changes: 18 additions & 7 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 @@ -122,8 +119,7 @@ spec:
- name: list
value: |
[
{ "app_group": "service-mesh", "path": "istio-ingress-gateway", "namespace": "istio-ingress", "target_cluster": "" },
{ "app_group": "service-mesh", "path": "istio-egress-gateway", "namespace": "istio-ingress", "target_cluster": "" }
{ "app_group": "service-mesh", "path": "istio-ingress-gateway", "namespace": "istio-ingress", "target_cluster": "" }
]
dependencies:
- istiod
Expand All @@ -143,6 +139,20 @@ spec:
]
dependencies:
- istiod

- name: copy-eck-secret
template: copy-eck-secret
arguments:
parameters:
- name: secret_name
value: "eck-elasticsearch-es-elastic-user"
- 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 @@ -156,7 +166,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 df6c9b5

Please sign in to comment.