You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: applications/mlflow/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,8 @@ make test
27
27
# Login to Replicated registry
28
28
make registry-login
29
29
30
-
# Install charts from the Replicated registry (SDK enabled)
31
-
make test-replicated-helm
30
+
# Install charts from the Replicated registry with custom values (SDK enabled)
31
+
make test-replicated-helm-with-values
32
32
```
33
33
34
34
### Environment Variables for Registry Testing
@@ -38,6 +38,9 @@ For testing with charts from the Replicated registry, set:
38
38
-`REPLICATED_CHANNEL` - The channel slug
39
39
-`REPLICATED_LICENSE_ID` - Your Replicated license ID (required for registry authentication)
40
40
41
+
For the `test-replicated-helm-with-values` target, you can also set:
42
+
-`MLFLOW_VALUES` - Path to a custom values file for MLflow
43
+
41
44
### Registry Authentication
42
45
43
46
The `registry-login` target handles registry authentication using your license ID:
@@ -64,7 +67,7 @@ The pipeline workflow:
64
67
4.`kots-install-test`: Tests KOTS installation
65
68
5.`cleanup-test-release`: Cleans up test resources
66
69
67
-
> Note: Chart-testing (ct) is set up automatically by the GitHub Action `helm/chart-testing[email protected]` in the CI pipeline. When running locally, ensure you have chart-testing installed.
70
+
The pipeline uses direct Helm commands for installation and testing, ensuring reliable and consistent behavior across environments.
0 commit comments