Skip to content

Commit

Permalink
add: missing parameters tapis
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Sep 4, 2024
1 parent b20f6a1 commit 02c24d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
15 changes: 1 addition & 14 deletions charts/mint/templates/ensemble-manager-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@ metadata:
data:
config.json: |
{
{{- if eq .Values.service.type "NodePort" }}
"data_catalog_api": "http://{{ include "mint.prefix" . }}-data-catalog",
"model_catalog_api": "http://{{ include "mint.prefix" . }}-model-catalog/{{ .Values.components.model_catalog_api.api_version }}",
"ensemble_manager_api": "http://{{ include "mint.prefix" .}}-ensemble-manager/{{ .Values.components.ensemble_manager.api_version }}",
"graphql": {
"endpoint": "{{ include "mint.prefix" . }}-hasura/v1/graphql",
"enable_ssl": false,
"use_secret": true
},
{{- else if eq .Values.service.type "ClusterIP" }}
{{- if eq .Values.service.type "ClusterIP" }}
{{- with .Values.components.data_catalog }}
{{- if .enabled }}
"data_catalog_api": "http{{ if .ingress.tls }}s{{ end }}://{{ with (first .ingress.hosts ) }}{{ .host }}{{ end }}",
Expand Down Expand Up @@ -54,10 +44,7 @@ data:
"{{ .type }}":
{{ .execution_engine | toRawJson | nindent 12}},
{{- end }}
{{- end }}
{{- with .Values.components.ensemble_manager.config }}
{{- if eq .data_catalog.type "CKAN"}}
"data_catalog_api": {{ .data_catalog.api | quote }},
"data_catalog_type": {{ .data_catalog.type | quote }},
Expand Down
3 changes: 3 additions & 0 deletions charts/mint/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,9 @@ components:
wings_storage: ""
wings_dot_path: ""
wings_ont_url: ""
#tapis properties
username: ""
basePath: ""

ingress:
enabled: true
Expand Down

0 comments on commit 02c24d1

Please sign in to comment.