Skip to content

Chart Enabled Property

Every app kubee chart has an enabled property.

This property tells if the app is installed or will be installed in the cluster.

[!Info] The enabled property comes from the Helm best practices

It’s used to:

  • conditionally applied manifest. If there is no grafana, don’t install the dashboard
  • cluster bootstrapping (ie install all charts at once)