diff --git a/deploy/helm/values.yaml b/deploy/helm/values.yaml index bf138d658..7e95a932e 100644 --- a/deploy/helm/values.yaml +++ b/deploy/helm/values.yaml @@ -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