Skip to content

Commit

Permalink
Update values.yaml with token configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartdohmann committed Jan 16, 2024
1 parent 9abd3ca commit 1506145
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1506145

Please sign in to comment.