From d2ebc1553593cc7e8b0409f18a8970041626a28c Mon Sep 17 00:00:00 2001 From: Jacob Hudson Date: Thu, 7 Dec 2023 02:54:52 -0800 Subject: [PATCH] update variable format Signed-off-by: Jacob Hudson --- site/docs/guides/operations/kubernetes/charts/base.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/guides/operations/kubernetes/charts/base.md b/site/docs/guides/operations/kubernetes/charts/base.md index 394a45bea3..26541d5fa4 100644 --- a/site/docs/guides/operations/kubernetes/charts/base.md +++ b/site/docs/guides/operations/kubernetes/charts/base.md @@ -31,7 +31,7 @@ helm repo add egeria https://odpi.github.io/egeria-charts helm repo update helm install [-f overrides.yaml] egeria/egeria-base ``` -where is whatever you want to call your installed chart, and the -f is optional, if you have overriding values to supply. +where `` is whatever you want to call your installed chart, and the -f is optional, if you have overriding values to supply. **THE INSTALL WILL TAKE SEVERAL MINUTES** to complete in the background, after the chart has deployed.