From c828fd0b505704ee566807bad2fe31ef3e5315d2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Lochou Date: Wed, 25 Oct 2023 14:31:53 +0200 Subject: [PATCH] no message --- platform/azure/README-Azure-SQL-MI.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/azure/README-Azure-SQL-MI.md b/platform/azure/README-Azure-SQL-MI.md index de7253da..64db6c56 100644 --- a/platform/azure/README-Azure-SQL-MI.md +++ b/platform/azure/README-Azure-SQL-MI.md @@ -41,11 +41,11 @@ The port to use should always be 3342 but you can verify it in the public JDBC c Proceed as standard installation and create a DB authentication secret: ```bash -kubectl create secret generic odmdbsecret --from-literal=db-user=sqlmiadmin \ - --from-literal=db-password='passw0rd!passw0rd!' +kubectl create secret generic --from-literal=db-user= \ + --from-literal=db-password='' ``` -> Beware! db-user must not contain the @sqlminame part! +> Beware! db-user must not contain the `@` part! Then you can deploy ODM with: