From b2416a573bee3a18e83b023ebf5e40bea4eaa348 Mon Sep 17 00:00:00 2001 From: PT-ATA No One Date: Mon, 11 Mar 2024 09:52:59 +0100 Subject: [PATCH] Update readme --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 08edf86..3f61881 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Vaas helm is a chart for deploying Verdict-as-a-Service on-premise. 1. Create a minimal values.yaml file: -To access the VaaS docker containers, the image pull secret has to be set in the `global.secret.dockerconfigjson` and `gdscan.secret.dockerconfigjson` variable. +To access the VaaS docker containers, the image pull secret has to be set in the `global.secret.dockerconfigjson` variable. `values`-File for a minimum example deployment: @@ -16,10 +16,6 @@ global: - registry secret: dockerconfigjson: "$$_BASE64_ENCODED_JSON_CONTAINING_TOKEN_$$" - -gdscan: - secret: - dockerconfigjson: "$$_BASE64_ENCODED_JSON_CONTAINING_TOKEN_$$" ``` 2. Install Verdict-as-a-Service: