Skip to content

Commit

Permalink
Updated README for version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jfmontufar committed May 14, 2024
1 parent e11864b commit 78bb5c1
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,17 @@ defender:
collect_pod_labels: true
monitor_service_accounts: true
```
Substitute the variables for current values.
Substitute the variables for current values. The values of *compute.username* and *compute.password* are in plain text and the value *job.pull_secret_dockerconfigjson* in encoded in base 64 which is use to authenticate with the image registry.
Instead of using the value *job.pull_secret_dockerconfigjson* for authentication, you can use the following values:
```yaml
job:
registry:
name: REGISTRY
username: REGISTRY_USERNAME
password: REGISTRY_PASSWORD
```
All these values in plain text.
Once done install the helm chart using the following command:
Expand Down

0 comments on commit 78bb5c1

Please # to comment.