From 345db46e4a282bfc35117c80cd9c1c069c65f6b2 Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Mon, 12 Jul 2021 16:14:16 -0700 Subject: [PATCH] Fix formatting --- content/rancher/v2.6/en/helm-charts/_index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/content/rancher/v2.6/en/helm-charts/_index.md b/content/rancher/v2.6/en/helm-charts/_index.md index 129a57fa187..bffc137937f 100644 --- a/content/rancher/v2.6/en/helm-charts/_index.md +++ b/content/rancher/v2.6/en/helm-charts/_index.md @@ -47,6 +47,7 @@ After installing a chart, you can find it in the _"Installed Apps"_ tab. In this Most Rancher tools have additional pages located in the toolbar below the _"Apps & Marketplace"_ section to help manage and use the features. These pages include links to dashboards, forms to easily add Custom Resources, and additional information. > If you are upgrading your chart using _"Customize Helm options before upgrade"_ , please be aware that using the _"--force"_ option may result in errors if your chart has immutable fields. This is because some objects in Kubernetes cannot be changed once they are created. To ensure you do not get this error you can: - * use the default upgrade option ( i.e do not use _"--force"_ option ) - * uninstall the existing chart and install the upgraded chart - * delete the resources with immutable fields from the cluster before performing the _"--force"_ upgrade +> +> * use the default upgrade option ( i.e do not use _"--force"_ option ) +> * uninstall the existing chart and install the upgraded chart +> * delete the resources with immutable fields from the cluster before performing the _"--force"_ upgrade