Skip to content
Closed
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: 2 additions & 2 deletions orch-configs/templates/cluster.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ root:
{{- if .Values.enableEdgeInfra }}
- orch-configs/profiles/enable-edgeinfra.yaml
{{- end }}
{{- if .Values.enableUi }}
{{- if or .Values.enableUi .Values.enableUiDev }}
- orch-configs/profiles/enable-full-ui.yaml
{{- end }}
{{- if .Values.enableUiDev }}
Expand Down Expand Up @@ -73,7 +73,7 @@ argo:
# service will be accessible via `web-ui.orchestrator.io`. Not to be confused with the K8s cluster domain.
clusterDomain: {{ .Values.clusterDomain }}

{{- if not .Values.enableUi }}
{{- if not (or .Values.enableUi .Values.enableUiDev) }}
enabled:
web-ui-root: false
web-ui-app-orch: false
Expand Down
Loading