Merge "[DMAAP] DMaaP ServiceMesh compatibility"
[oom.git] / kubernetes / sdc / components / sdc-fe / resources / config / plugins / plugins-configuration.yaml
1 pluginsList:
2    - pluginId: WORKFLOW
3      {{- if (include "common.needTLS" .) }}
4      pluginDiscoveryUrl: "{{ .Values.config.plugins.workflow_discovery_url.https }}"
5      {{- else }}
6      pluginDiscoveryUrl: "{{ .Values.config.plugins.workflow_discovery_url.http }}"
7      {{- end }}
8      pluginSourceUrl: "{{ .Values.config.plugins.workflow_source_url }}"
9      pluginStateUrl: "workflowDesigner"
10      pluginDisplayOptions:
11         tab:
12             displayName: "WORKFLOW"
13             displayRoles: ["DESIGNER", "TESTER"]
14
15 connectionTimeout: 1000