From 1506145fb5ee8bc4449cc0ac69b38039940e799e Mon Sep 17 00:00:00 2001 From: Lennart Dohmann Date: Tue, 16 Jan 2024 10:45:14 +0100 Subject: [PATCH] Update values.yaml with token configuration --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 575e4d7..5d973d4 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,19 @@ Vaas helm is a chart for deploying Verdict-as-a-Service on-premise. 1. Create a minimal values.yaml file: -The token has to be set in the `global.secret.dockerconfigjson` variable on deployment. +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. ```yaml -# values.yaml global: - secret: - dockerconfigjson: $$_BASE64_ENCODED_JSON_CONTAINING_TOKEN_$$ -``` + imagePullSecrets: + - registry + secret: + dockerconfigjson: "$$_BASE64_ENCODED_JSON_CONTAINING_TOKEN_$$" + +gdscan: + secret: + dockerconfigjson: "$$_BASE64_ENCODED_JSON_CONTAINING_TOKEN_$$" Copy the `secret.yaml` you got from G DATA to the template folder.