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: