From 6adb36551c5732d38abb9e42abd57a2931dd802b Mon Sep 17 00:00:00 2001 From: Matt Conway Date: Fri, 2 Jul 2021 09:01:24 -0400 Subject: [PATCH] update install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 07e7d78..338a74d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ you would like to configure with CloudTruth helm repo add cloudtruth https://packages.cloudtruth.com/charts/ helm install \ --set appSettings.apiKey= \ - --set appSettings.environment= \ + --set projectMappings.root.environment= \ kubetruth cloudtruth/kubetruth ```