Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ata-no-one committed Mar 11, 2024
1 parent 433c02e commit b2416a5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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:
Expand Down

0 comments on commit b2416a5

Please sign in to comment.