Onboards a new service and its Helm chart to a project
Onboards a new service and its Helm chart to the provided project. Therefore, this command takes a folder to a Helm chart or an already packed Helm chart as .tgz.
keptn onboard service SERVICENAME --project=PROJECTNAME --chart=FILEPATH [flags]
keptn onboard service SERVICENAME --project=PROJECTNAME --chart=FILEPATH
keptn onboard service SERVICENAME --project=PROJECTNAME --chart=HELM_CHART.tgz
--chart string A path to a Helm chart folder or an already archived Helm chart
-h, --help help for service
-p, --project string The name of the project
--mock Disables communication to a Keptn endpoint
-n, --namespace string Specify the namespace where Keptn should be installed, used and uninstalled in (default keptn). (default "keptn")
-q, --quiet Suppresses debug and info messages
-v, --verbose Enables verbose logging to print debug messages