From edab70162f65f53c0a1ff4b7c4d8b0f57cb60d22 Mon Sep 17 00:00:00 2001 From: Johannes Edmeier Date: Mon, 6 May 2024 14:50:47 +0200 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a790e77..79d6774 100755 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ helm upgrade steadybit-extension-azure \ --wait \ --timeout 5m0s \ --create-namespace \ - --namespace steadybit-extension \ + --namespace steadybit-agent \ --set azure.clientID=YOUR_CLIENT_ID \ --set azure.clientSecret=YOUR_CLIENT_SECRET \ --set azure.tenantID=YOUR_TENANT_ID \