diff --git a/README.md b/README.md index 5d973d4..722981b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Vaas helm is a chart for deploying Verdict-as-a-Service on-premise. The token has to be set in the `global.secret.dockerconfigjson` and `gdscan.secret.dockerconfigjson` variable on deployment. -`values`-File for a minimum example Deployment. +`values`-File for a minimum example deployment. ```yaml global: imagePullSecrets: @@ -19,10 +19,10 @@ global: gdscan: secret: dockerconfigjson: "$$_BASE64_ENCODED_JSON_CONTAINING_TOKEN_$$" +``` Copy the `secret.yaml` you got from G DATA to the template folder. - 2. Add the helm repository: ```bash