You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| compliance.reportType | string |`"summary"`| reportType this flag control the type of report generated (summary or all) |
20
20
| compliance.specs | list |`["k8s-cis-1.23","k8s-nsa-1.0","k8s-pss-baseline-0.1","k8s-pss-restricted-0.1"]`| specs is a list of compliance specs to be used by the cluster compliance scanner - k8s-cis-1.23 - k8s-nsa-1.0 - k8s-pss-baseline-0.1 - k8s-pss-restricted-0.1 - eks-cis-1.4 - rke2-cis-1.24 |
21
21
| excludeNamespaces | string |`""`| excludeNamespaces is a comma separated list of namespaces (or glob patterns) to be excluded from scanning. Only applicable in the all namespaces install mode, i.e. when the targetNamespaces values is a blank string. |
22
+
| extraEnv | list |`[]`| extraEnv is a list of extra environment variables for the trivy-operator. |
22
23
| fullnameOverride | string |`""`| fullnameOverride override operator full name |
23
24
| global | object |`{"image":{"registry":""}}`| global values provide a centralized configuration for 'image.registry', reducing the potential for errors. If left blank, the chart will default to the individually set 'image.registry' values |
24
25
| image.pullPolicy | string |`"IfNotPresent"`| pullPolicy set the operator pullPolicy |
0 commit comments