From 0c3bf7ae6df82aa51439d510354c2832a2c01bab Mon Sep 17 00:00:00 2001 From: cubag Date: Mon, 27 Nov 2023 22:59:38 +0000 Subject: [PATCH] Update 06-osm-platform-configuration.md --- 06-osm-platform-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/06-osm-platform-configuration.md b/06-osm-platform-configuration.md index 02cb94d..94451aa 100644 --- a/06-osm-platform-configuration.md +++ b/06-osm-platform-configuration.md @@ -621,7 +621,7 @@ In order to add a repo, the user should invoke the following command: osm repo-add type: ``` -Where the type of repo should be either `chart` for applications based on Helm Charts, or `bundle` for applications based in Juju bundles for K8s. +Where the type of repo should be either `chart` for applications based on Helm Charts, or `bundle` for applications based in Juju bundles for K8s. If the repo is a helm OCI registry, add the flag `--oci` and provide credentials using `--user` and `--password`. This call will trigger the following actions in OSM: -- GitLab