Skip to content
Open
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
13 changes: 13 additions & 0 deletions kaapana_ivim_osipi/INSTALL_WORKFLOW.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,19 @@ Helm chart configuration for Kubernetes deployment:
- **`values.yaml`**: Default configuration values
- **`requirements.yaml`**: Chart dependencies

#### DAG Installer Chart

The **DAG Installer Chart** can be found in the Kaapana repository under:
[services/utils/dag-installer-chart](https://github.com/kaapana/kaapana/tree/develop/services/utils/dag-installer-chart)

It is referenced in `requirements.yaml` as:

```yaml
repository: "file:///home/usman/kaapana/services/utils/dag-installer-chart/"
```

Users must download the chart and ensure the path in `requirements.yaml` points to the correct local directory before installing the workflow.

## Workflow Features

### Input Flexibility
Expand Down
Loading