Skip to content

Commit

Permalink
Merge pull request #137 from openinfradev/release
Browse files Browse the repository at this point in the history
20231114 release to main (v3.1.2)
  • Loading branch information
ktkfree authored Nov 14, 2023
2 parents 72f281b + 39ab04d commit b7abe7d
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion templates/decapod-apps/service-mesh-wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- - name: deploy
template: deploy

- - name: sync-app
template: sync-app

Expand Down Expand Up @@ -181,6 +181,20 @@ spec:
dependencies:
- servicemesh-jaeger-kiali-resource

- name: gatekeeper
templateRef:
name: create-application
template: installApps
arguments:
parameters:
- name: list
value: |
[
{ "app_group": "service-mesh", "path": "gatekeeper", "namespace": "tks-msa", "target_cluster": "" }
]
dependencies:
- grafana-prometheus-resource

- name: create-namespace
inputs:
parameters:
Expand Down

0 comments on commit b7abe7d

Please sign in to comment.