Skip to content

Commit

Permalink
Helm/trivy automountServiceAccountToken remove values.yaml set default
Browse files Browse the repository at this point in the history
  • Loading branch information
albin thorsson committed Nov 30, 2023
1 parent 67f8f0e commit 7eeb6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/trivy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ The following table lists the configurable parameters of the Trivy chart and the
| `affinity` | Affinity settings for pod assignment | |
| `tolerations` | Tolerations for pod assignment | |
| `podAnnotations` | Annotations for pods created by statefulset | `{}` |
| `automountServiceAccountToken` | Opt out of the Statefulset Kubelet to automatically mount a ServiceAccount's API credentials | `false` |
| `automountServiceAccountToken` | Opt out of the Statefulset Kubelet to automatically mount a ServiceAccount's API credentials | |

The above parameters map to the env variables defined in [trivy](https://github.com/aquasecurity/trivy#configuration).

Expand Down
2 changes: 1 addition & 1 deletion helm/trivy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ httpsProxy:
# noProxy the URLs that the proxy settings do not apply to
noProxy:
# automountServiceAccountToken the Kubelet to automatically mount a ServiceAccount's API credentials
automountServiceAccountToken: false
automountServiceAccountToken:

0 comments on commit 7eeb6b9

Please sign in to comment.