Skip to content

Commit

Permalink
update values.yaml docs for scanJobAnnotations
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhelmet committed May 29, 2024
1 parent 4a0b308 commit 476a272
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ trivyOperator:
# -- scanJobAutomountServiceAccountToken the flag to enable automount for service account token on scan job
scanJobAutomountServiceAccountToken: false

# -- scanJobAnnotations comma-separated representation of the annotations which the user wants the scanner pods to be
# annotated with. Example: `foo=bar,env=stage` will annotate the scanner pods with the annotations `foo: bar` and `env: stage`
# -- scanJobAnnotations comma-separated representation of the annotations which the user wants the scanner jobs and pods to be
# annotated with. Example: `foo=bar,env=stage` will annotate the scanner jobs and pods with the annotations `foo: bar` and `env: stage`
scanJobAnnotations: ""

# -- scanJobPodTemplateLabels comma-separated representation of the labels which the user wants the scanner pods to be
Expand Down

0 comments on commit 476a272

Please sign in to comment.