From 1eee1f64dfed5d37bfc2836581115409c0f642a7 Mon Sep 17 00:00:00 2001 From: Matt Conway Date: Mon, 30 Aug 2021 09:28:00 -0400 Subject: [PATCH] fix typo --- examples/deployment/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/deployment/README.md b/examples/deployment/README.md index ac8154e..5d3d6f4 100644 --- a/examples/deployment/README.md +++ b/examples/deployment/README.md @@ -55,7 +55,7 @@ helm install --values examples/deployment/values-simple.yaml --set appSettings.a OR to try the modular variant, install kubetruth like: ``` -helm install --values examples/deployment/values-complete.yaml --set appSettings.apiKey=$CLOUDTRUTH_API_KEY kubetruth cloudtruth/kubetruth +helm install --values examples/deployment/values-modular.yaml --set appSettings.apiKey=$CLOUDTRUTH_API_KEY kubetruth cloudtruth/kubetruth ``` ## Check kubetruth is up