Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
secana authored Apr 19, 2022
1 parent 3ad0d0e commit 36a4ee1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ The chart deploys one pod, consisting of two containers:
## Usage

1. Contact G DATA to get an access token (free trail possible): [Contact us](mailto:[email protected])
2. Add GD Scan repository:

The token has to be set in the `secret.dockerconfigjson` variable on deployment.

```yaml
# Example values.yaml
secret:
dockerconfigjson: $$_BASE64_ENCODED_TOKEN_$$
```
3. Add GD Scan repository:
```
helm repo add gdscan https://gdatasoftwareag.github.io/gdscan/
Expand Down

0 comments on commit 36a4ee1

Please sign in to comment.