From 9ecf04616af0f4229c6867a79f761f05b062d9e2 Mon Sep 17 00:00:00 2001 From: Brent Hoover Date: Mon, 21 Feb 2022 16:17:16 +0800 Subject: [PATCH] fix: formatting tweaks Signed-off-by: Brent Hoover --- guides/deploying-with-kubernetes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guides/deploying-with-kubernetes.md b/guides/deploying-with-kubernetes.md index 98c379c..9f9407d 100644 --- a/guides/deploying-with-kubernetes.md +++ b/guides/deploying-with-kubernetes.md @@ -71,6 +71,7 @@ Next, we need to clone the Open Commerce Helm chart locally prior to deployment. cd helm git clone https://github.com/reactioncommerce/mailchimp-open-commerce-helm-chart ``` + ## Prepare Values File Now that we have the Helm chart available locally the next step is to prepare a values yaml file that contains all the necessary configuration for your deployment. Although the provided **values.yaml** file contains sensible defaults it will still require changes that are specific to your deployment and cloud infrastructure.