From a7122ea978d0d8a330a2716f0d5983eff90af8f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Gustav=20Str=C3=A5b=C3=B8?= Date: Tue, 13 Aug 2024 11:05:07 +0200 Subject: [PATCH] remove outdated info in readme --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 1be3286..a813a47 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,6 @@ We use arm template and github action to create azure resources The SQL Server database and objects are deployed on push to master and release branch. All SQL scripts on azure-infrastructure must be idempotent. -Note: The Github Workflow is not allowed to create new external users, so you must run it locally. Se more here: https://github.com/equinor/radix-vulnerability-scanner/issues/54 -Workaround: -```sh -sqlcmd -S ${SERVER_NAME}.database.windows.net -d ${DATABASE_NAME} -G --variables RADIX_ZONE=${RADIX_ZONE} -i createSchema.sql -``` - ## Deploy to cluster Installation on cluster is handled by flux through [flux repo](https://github.com/equinor/radix-flux).