From fedbc313479c3b70ab0b72d04566f6cb15b77da4 Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Tue, 18 Oct 2022 11:53:06 +0200 Subject: [PATCH] Link to how-to for adding components in local mode in parameter changing how-to --- docs/modules/ROOT/pages/how-tos/change-parameter.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/how-tos/change-parameter.adoc b/docs/modules/ROOT/pages/how-tos/change-parameter.adoc index a9c5058b..e70e089d 100644 --- a/docs/modules/ROOT/pages/how-tos/change-parameter.adoc +++ b/docs/modules/ROOT/pages/how-tos/change-parameter.adoc @@ -13,6 +13,8 @@ Suppose you want to overwrite an inventory parameter for a cluster or tenant. ==== + TIP: You can compile the catalog locally to verify your changes with `commodore catalog compile $CLUSTER_ID --local`. ++ +TIP: If you want to locally test adding a component to a cluster, please see the Commodore xref:commodore:ROOT:how-to/local-mode-component.adoc[how-to on adding components to a cluster in local mode]. . Navigate into the tenant or global directory, depending on which files you've edited, and commit your changes. +