Commit 455d2abc authored by garciadeblas's avatar garciadeblas
Browse files

Merge branch 'feature10997-OCI_registries' into 'master'

Update 06-osm-platform-configuration.md

See merge request !148
parents 67461dd8 0c3bf7ae
Pipeline #13574 passed with stages
in 1 minute and 52 seconds
......@@ -621,7 +621,7 @@ In order to add a repo, the user should invoke the following command:
osm repo-add <name> <URI> type:<chart|bundle>
```
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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment