Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions installer-chart/templates/krateo-installer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2264,6 +2264,10 @@ spec:
- name: config.ROUTES_LOADER
value: /call?resource=routesloaders&apiVersion=widgets.templates.krateo.io/v1beta1&name=routes-loader&namespace={{ .Release.Namespace }}
{{- end }}
{{- if .Values.krateoplatformops.frontend.config.THEME }}
- name: config.THEME
value: {{ .Values.krateoplatformops.frontend.config.THEME }}&namespace={{ .Release.Namespace }}
{{- end }}

- id: extract-eventsse-internal-port
type: var
Expand Down
1 change: 1 addition & 0 deletions installer-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ krateoplatformops:
EVENTS_API_BASE_URL: "" # should be mapped to eventsse service
ROUTES_LOADER: ""
INIT: ""
THEME: ""
env: {}
# http_proxy: http://127.0.0.1:3128
service:
Expand Down