Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 685 Bytes

06-test-addons.md

File metadata and controls

14 lines (10 loc) · 685 Bytes
title type
Test addons
Details

If you want to test whether your addons are correct, you can use the dry run mode to check the generated manifests of the chart without installing it.

The --debug option prints the generated manifests. As a prerequisite, you must install Helm on your machine to run this command:

 helm install --dry-run {path-to-chart} --debug

You can also use this option for the basic debugging purposes, when your addons are installed but you fail to provision ServiceInstances from them. For more details, read the Helm official documentation.