ocne catalog add
Adds an application catalog to a Kubernetes cluster.
ocne catalog add
{-N|--name} name
[{-n|--namespace} namespace]
[{-p|--protocol} protocol]
{-u|--uri} URI
Where:
-
{-N|--name} name
-
The name of the catalog to add.
-
{-n|--namespace} namespace
-
The namespace in which to add the catalog. The default is
ocne-system
. -
{-p|--protocol} protocol
-
The protocol for the application to add. The options are
helm
andartifacthub
. The default ishelm
. -
{-u|--uri} URI
-
The URI of the application catalog to add.
Example 4-12 Add a catalog
To add the Artifact Hub application catalog:
ocne catalog add --protocol artifacthub --name artifacthub --uri https://artifacthub.io