diff options
author | Fiachra Corcoran <fiachra.corcoran@est.tech> | 2023-03-25 15:25:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-03-25 15:25:01 +0000 |
commit | 2f85c74720eaeb1a95403d227cb7d9bf548bffb4 (patch) | |
tree | 8e01efd169305b3350dcceb548952a59f2439b65 /kubernetes/sdc/components/sdc-fe/resources | |
parent | 44835b0be69ddf3d86c4f73f3d5ce62e7e2ceaa3 (diff) | |
parent | dd34eadb816e1089a7121dda9810e902caf3e6c4 (diff) |
Merge "[SDC] Chart cleanup for AAF/TLS removal"
Diffstat (limited to 'kubernetes/sdc/components/sdc-fe/resources')
-rw-r--r-- | kubernetes/sdc/components/sdc-fe/resources/config/plugins/plugins-configuration.yaml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kubernetes/sdc/components/sdc-fe/resources/config/plugins/plugins-configuration.yaml b/kubernetes/sdc/components/sdc-fe/resources/config/plugins/plugins-configuration.yaml index cc91960dbf..1648555ffc 100644 --- a/kubernetes/sdc/components/sdc-fe/resources/config/plugins/plugins-configuration.yaml +++ b/kubernetes/sdc/components/sdc-fe/resources/config/plugins/plugins-configuration.yaml @@ -1,10 +1,6 @@ pluginsList: - pluginId: WORKFLOW - {{- if (include "common.needTLS" .) }} - pluginDiscoveryUrl: "{{ .Values.config.plugins.workflow_discovery_url.https }}" - {{- else }} pluginDiscoveryUrl: "{{ .Values.config.plugins.workflow_discovery_url.http }}" - {{- end }} pluginSourceUrl: "{{ .Values.config.plugins.workflow_source_url }}" pluginStateUrl: "workflowDesigner" pluginDisplayOptions: |