dkp create catalog
Create a custom catalog GitRepository in project or workspace namespace
CODE
dkp create catalog CATALOG_NAME [flags]
Options
CODE
--airgapped Enable airgapped mode.
--branch string Git branch to use for the catalog repository
--charts-bundle stringArray Path to charts-bundle to upload to chartmuseum. Required if airgapped mode is enabled. (default [])
--commit string Git commit to use for the catalog repository
--config string Config file to use (default "/home/runner/.kommander/config")
--context string The name of the kubeconfig context to use
-h, --help help for catalog
--interval duration Interval for flux source-controller check for updates in the catalog repository (default 1m0s)
--kubeconfig string Path to the kubeconfig file to use for CLI requests.
--path string Path to the catalog repository. Required if airgapped mode is enabled.
-p, --project string Name of the Project to create for the catalog repository. Requires workspace flag (workspace that the project belongs to)
--request-timeout string The length of time to wait before giving up on a single server request. Non-zero values should contain a corresponding time unit (e.g. 1s, 2m, 3h). A value of zero means don't timeout requests.
--secret string name of the secret for flux to use to get authenticated for catalog repository. Required if your git repository needs authentication.
--tag string Git tag to use for the catalog repository
--timeout duration Timeout for flux source-controller check for updates in the catalog repository (default 1m0s)
--type string Type of the catalog repository. Must be one of custom|nkp|partner. (default "custom")
--url string URL of the catalog git repository. It can be an http/s or ssh address. Required.
-v, --verbose int Output verbosity
-w, --workspace string Name of the Workspace to create for the catalog repository.
SEE ALSO
- dkp create - Create one of [appdeployment, bootstrap, bundle, capi-components, catalog, chart-bundle, cluster, image, image-bundle, metadata, nodepool, package-bundle, workspace]