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
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: